Files
WatchIt/WatchIt.Website/appsettings.json

19 lines
327 B
JSON
Raw Normal View History

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"Clients": {
"BaseAddress": "https://localhost:7027"
},
"Tokens": {
"StorageKeys": {
"AccessToken": "access_token",
"RefreshToken": "refresh_token"
}
}
}