# UAdmin 配置文件 server: host: "127.0.0.1" port: 8080 database: url: "mysql://root:123456@127.0.0.1:3306/uadmin" max_connections: 100 connect_timeout: 8 sqlx_logging: true jwt: secret: "test" expires_in: 86400 # 24 hours in seconds