etesync-server/etesync-server.ini.example
Pierre-Alain TORET 22198d387d Make settings in .ini optional and add new ones
Fixes #24

New settings available :
STATIC_ROOT
STATIC_URL
LANGUAGE_CODE
TIME_ZONE
2020-01-29 11:03:26 +02:00

16 lines
318 B
Plaintext

[global]
secret_file = secret.txt
debug = false
;Advanced options, only uncomment if you know what you're doing:
;static_root = /path/to/static
;static_url = /static/
;language_code = en-us
;time_zone = UTC
[allowed_hosts]
allowed_host1 = example.com
[database]
engine = django.db.backends.sqlite3
name = db.sqlite3