mirror of
https://github.com/etesync/server
synced 2024-11-29 12:08:07 +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
|