Port over easyconfig from the etesync server code.

Migrated by Tom, but kept the credit to daftaupe
This commit is contained in:
Pierre-Alain TORET
2020-09-10 18:51:25 +03:00
committed by Tom Hacohen
parent 9c6a7e9428
commit 5785f803ac
3 changed files with 89 additions and 15 deletions

View File

@@ -0,0 +1,17 @@
[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/
;media_root = /path/to/media
;media_url = /user-media/
;language_code = en-us
;time_zone = UTC
[allowed_hosts]
allowed_host1 = example.com
[database]
engine = django.db.backends.sqlite3
name = db.sqlite3