LANCommander.PlaynitePlugin/LANCommander/appsettings.json
2023-01-04 23:45:11 -06:00

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
}
}