initial commit (untested)
This commit is contained in:
18
env.sample
Normal file
18
env.sample
Normal file
@@ -0,0 +1,18 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user