mirror of
https://github.com/etesync/server
synced 2024-11-22 08:48:07 +00:00
fix(testserver): store database in /data partition (#142)
This allows testing version migrations by simply mounting the volume into a container with a different image.
This commit is contained in:
parent
c7d1de31a1
commit
79cef79c52
@ -9,4 +9,4 @@ allowed_host1 = *
|
|||||||
|
|
||||||
[database]
|
[database]
|
||||||
engine = django.db.backends.sqlite3
|
engine = django.db.backends.sqlite3
|
||||||
name = /db.sqlite3
|
name = /data/db.sqlite3
|
||||||
|
Loading…
Reference in New Issue
Block a user