2026-04-23 17:25:31 +08:00
{
"Logging" : {
"LogLevel" : {
"Default" : "Information" ,
"Microsoft.AspNetCore" : "Warning"
}
} ,
2026-05-11 14:35:34 +08:00
"AllowedHosts" : "*" ,
2026-05-15 17:35:07 +08:00
"Jwt" : {
"Issuer" : "Avalonia-API" ,
"Audience" : "Avalonia-Client" ,
"SigningKey" : "change-this-development-signing-key-at-least-32-bytes" ,
"AccessTokenMinutes" : 60 ,
"RefreshTokenDays" : 30
} ,
2026-05-11 14:35:34 +08:00
"DatabaseConfiguration" : {
2026-05-20 16:40:57 +08:00
"Provider" : "MySQL" ,
"ConnectionString" : "Server=127.0.0.1;Port=3306;Database=avalonia-api;Uid=root;Pwd=123456;Max Pool Size=100;Min Pool Size=5;AllowZeroDateTime=True;AllowLoadLocalInfile=true;SslMode=Required" ,
2026-05-11 14:35:34 +08:00
"AutoMigrate" : true ,
2026-05-15 15:26:46 +08:00
"RecreateDatabase" : false ,
2026-05-11 14:35:34 +08:00
"EnableDetailedLog" : false ,
"Timeout" : 30
}
2026-04-23 17:25:31 +08:00
}