Update path for database

This commit is contained in:
2026-02-21 21:23:35 +01:00
parent 6e475a7806
commit 00c3857702

View File

@@ -1,5 +1,5 @@
{ {
"http_port" : 3010, "http_port" : 3010,
"db_path": "shadowrun.db", "db_path": "/var/lib/shadowrun-server/shadowrun.db",
"domain": "*" "domain": "*"
} }