Initial commit: 网络验证平台
This commit is contained in:
@@ -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"
|
||||
Reference in New Issue
Block a user