This commit is contained in:
2024-01-22 15:14:00 +08:00
commit abd1261150
15 changed files with 105634 additions and 0 deletions

8
data/settings.json Normal file
View File

@@ -0,0 +1,8 @@
{
"port": 80,
"baseURL": "",
"address": "",
"log": "stdout",
"database": "/database.db",
"root": "/srv"
}