mirror of
https://github.com/etesync/server
synced 2024-10-31 20:58:54 +00:00
13 lines
201 B
INI
13 lines
201 B
INI
[global]
|
|
secret_file = secret.txt
|
|
debug = true
|
|
static_root = /data/static
|
|
media_root = /data/media
|
|
|
|
[allowed_hosts]
|
|
allowed_host1 = *
|
|
|
|
[database]
|
|
engine = django.db.backends.sqlite3
|
|
name = /db.sqlite3
|