seafile/docker/seafile.conf.template

19 lines
344 B
Plaintext

# Rendered by entrypoint.sh into /data/conf/seafile.conf
[general]
seafile_data_dir = {{SEAFILE_DATA_DIR}}
[database]
type = mysql
host = 127.0.0.1
port = 3306
user = {{DB_USER}}
password = {{DB_PASSWORD}}
db_name = {{DB_NAME_SEAFILE}}
ccnet_db_name = {{DB_NAME_CCNET}}
connection_charset = utf8mb4
[fileserver]
host = 127.0.0.1
port = 8082