Software_Engineering_Field_.../SiteManagementSystem(Softwa.../appsettings.json

22 lines
613 B
JSON
Raw Normal View History

2024-10-30 17:52:22 +08:00
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"ConnectionStrings": {
2024-11-04 22:26:45 +08:00
"SQL": "Server=127.0.0.1;Port=3306;Database=SiteManagementSystem;Uid=SiteManagementSystem;Pwd=SiteManagementSystem;"
2024-10-30 17:52:22 +08:00
},
"Jwt": {
"SecurityKey": "TheSecretKeyForIwutMail,RandomInfo:z#$WX%ec56rv^b8n",
"Issuer": "iwut-Mail",
"Audience": "iwut-app",
"AccessTokenExpire": 60,
"RefreshTokenExpire": 432000,
"RefreshTokenBefore": 10080
},
"SecretSalt": "@#$5$D55fR^YTF#S$D%F^4e5RT^e%^R67tED$5rf67tgS4ed5rf6g4d5f",
"AllowedHosts": "*"
}