first commit
All checks were successful
build / build (api, amd64, linux) (push) Successful in -47s
build / build (api, arm64, linux) (push) Successful in -48s
build / build (api.exe, amd64, windows) (push) Successful in -47s

This commit is contained in:
CN-JS-HuiBai
2026-04-17 09:49:16 +08:00
commit 1ed31b9292
73 changed files with 16458 additions and 0 deletions

17
.env.example Normal file
View File

@@ -0,0 +1,17 @@
DB_HOST=127.0.0.1
DB_PORT=3306
DB_USER=root
DB_PASS=change_me
DB_NAME=xboard
REDIS_HOST=127.0.0.1
REDIS_PORT=6379
REDIS_PASS=
REDIS_DB=0
JWT_SECRET=change_me_to_a_long_random_secret
APP_PORT=8080
APP_URL=http://127.0.0.1:8080
# Plugin source reference directory, only needed during development.
PLUGIN_ROOT=reference/LDNET-GA-Theme/plugin