0
0
mirror of https://github.com/etesync/server.git synced 2024-09-20 04:42:26 +02: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:
Xiretza 2022-05-27 13:49:07 +02:00 committed by GitHub
parent c7d1de31a1
commit 79cef79c52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,4 +9,4 @@ allowed_host1 = *
[database]
engine = django.db.backends.sqlite3
name = /db.sqlite3
name = /data/db.sqlite3