Files
Academic-Affairs-System/src/Jiaowu.Api/appsettings.json
T
2026-07-24 12:42:51 +08:00

28 lines
531 B
JSON

{
"Database": {
"Provider": "MySql"
},
"ConnectionStrings": {
"MySql": ""
},
"Jwt": {
"Issuer": "Jiaowu.Api",
"Audience": "Jiaowu.Web",
"Key": "REPLACE_IN_PRODUCTION_WITH_A_LONG_RANDOM_SECRET",
"ExpireMinutes": 480
},
"Cors": {
"Origins": [
"http://localhost:5173"
]
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning",
"Microsoft.EntityFrameworkCore.Database.Command": "Warning"
}
},
"AllowedHosts": "*"
}