Fix issue with etesync-server.ini always being loaded.

Fixes #20.
This commit is contained in:
Tom Hacohen
2019-08-04 16:11:47 +01:00
parent 48390b0b01
commit c3b50d3f72
2 changed files with 6 additions and 5 deletions

View File

@@ -0,0 +1,10 @@
[global]
secret_file = secret.txt
debug = false
[allowed_hosts]
allowed_host1 = example.com
[database]
engine = django.db.backends.sqlite3
name = db.sqlite3