mirror of
https://github.com/etesync/server
synced 2024-11-22 08:48:07 +00:00
79cef79c52
This allows testing version migrations by simply mounting the volume into a container with a different image.
13 lines
206 B
INI
13 lines
206 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 = /data/db.sqlite3
|