24 lines
701 B
JSON
24 lines
701 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"ConnectionStrings": {
|
|
"Redis": "host.docker.internal:6379,abortConnect=false",
|
|
"SQL": "Server=host.docker.internal;Port=3306;Database=SiteManagementSystem;Uid=SiteManagementSystem;Pwd=SiteManagementSystem;"
|
|
},
|
|
"RedisDB": 0,
|
|
"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": "*"
|
|
}
|