Files
jizhi/backend/MiaoJiZhang.Api/appsettings.json
T
2026-07-24 23:11:20 +08:00

23 lines
403 B
JSON

{
"Urls": "http://127.0.0.1:3000;http://0.0.0.0:5000",
"ConnectionStrings": {
"Default": ""
},
"Jwt": {
"Secret": "",
"Issuer": "MiaoJiZhang.Api",
"Audience": "MiaoJiZhang.App",
"ExpireDays": "30"
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"Admin": {
"Key": ""
}
}