added configurable database path

This commit is contained in:
2026-02-15 00:44:49 +01:00
parent 7a79e8e803
commit 14b8234e77
10 changed files with 88 additions and 54 deletions

View File

@@ -1,3 +1,4 @@
{
"httpPort" : 3010
"http_port" : 3010,
"db_path": "/var/lib/shadowrun-server/shadowrun.db"
}