Initial commit: 网络验证平台

This commit is contained in:
Admin
2026-04-27 17:22:56 +08:00
commit afe67d704e
780 changed files with 88960 additions and 0 deletions
+26
View File
@@ -0,0 +1,26 @@
app:
name: "verification-platform"
env: "development"
port: "8080"
jwt_secret: "your-secret-key-change-in-production"
jwt_expire_hours: "24"
database:
host: "localhost"
port: "3306"
name: "verification_platform"
username: "root"
password: "root123456"
charset: "utf8mb4"
max_idle_conns: "10"
max_open_conns: "100"
redis:
host: "localhost"
port: "6379"
password: ""
db: "0"
log:
level: "info"
format: "json"