Add configuration and other related code, and add automatic build related frameworks. Currently, the version is not available

This commit is contained in:
2025-11-22 16:04:45 +08:00
parent 849cfcd9d7
commit 2a3ef3e52a
5 changed files with 65 additions and 16 deletions

14
config.example.json Normal file
View File

@@ -0,0 +1,14 @@
{
"server": {
"host": "0.0.0.0",
"port": 2233
},
"database": {
"host": "localhost",
"port": 3306,
"username": "root",
"password": "password",
"database": "meowbox",
"prefix": "box_"
}
}