This commit is contained in:
2025-08-20 22:02:42 +08:00
parent b40bb84468
commit 1a80726cd4
22 changed files with 1462 additions and 14993 deletions

View File

@ -1,7 +1,7 @@
# UAdmin 配置文件
server:
host: "127.0.0.1"
port: 3000
port: 8080
database:
url: "mysql://root:123456@127.0.0.1:3306/uadmin"
@ -10,5 +10,5 @@ database:
sqlx_logging: true
jwt:
secret: "your-secret-key-here-please-change-in-production"
secret: "test"
expires_in: 86400 # 24 hours in seconds