19 lines
514 B
Plaintext
19 lines
514 B
Plaintext
# Requested, the value shuold be root's password of MySQL service.
|
|
MYSQL_ROOT_PASSWORD=
|
|
|
|
# Optional, default is UTC. Should be uncomment and set to your local time zone.
|
|
TIME_ZONE=Europe/Berlin
|
|
|
|
# Specifies Seafile admin user, default is 'me@example.com'.
|
|
SEAFILE_ADMIN_EMAIL=me@example.com
|
|
|
|
# Specifies Seafile admin password, default is 'asecret'.
|
|
SEAFILE_ADMIN_PASSWORD=
|
|
|
|
# Specifies your host name if https is enabled.
|
|
APP_HOSTNAME=seafile.example.com
|
|
APP_PORT=80
|
|
#APP_DATA_DIRECTORY=./data
|
|
|
|
PROXYNET=proxynet
|