change default db location

This commit is contained in:
Jill 2023-01-05 17:12:03 +03:00
parent 10989bb7ca
commit 638266307a
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
DATABASE_URL=sqlite3://./crystalgauntlet.db
DATABASE_URL=sqlite3://./data/crystal-gauntlet.db
# can either be http:// or unix:// for a unix socket
LISTEN_ON=http://127.0.0.1:8080
# try DEBUG or TRACE