1
0

feat: add nginx router config file for backend and frontend

This commit is contained in:
2026-05-11 22:28:08 +08:00
parent 07205396c8
commit 24790d8e69
3 changed files with 61 additions and 14 deletions

View File

@@ -1,14 +0,0 @@
{
"database-type": "sqlite",
"database-config": {
"user": "",
"password": "",
"db": "",
"url": "",
"port": 3306
},
"web": {
"port": 8888
},
"debug": true
}