18 lines
407 B
JSON
18 lines
407 B
JSON
{
|
|
"ConnectionStrings": {
|
|
"DefaultConnection": "Data Source=LANCommander.db;Cache=Shared"
|
|
},
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"JWT": {
|
|
"ValidAudience": "",
|
|
"ValidIssuer": "",
|
|
"Secret": "JWTAuthenticationHIGHsecuredPasswordVVVp1OH7Xzyr",
|
|
"RefreshTokenValidityInDays": 30
|
|
}
|
|
}
|