Refactoring, database structure changed
This commit is contained in:
18
WatchIt.Website/appsettings.json
Normal file
18
WatchIt.Website/appsettings.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Information",
|
||||
"Microsoft.AspNetCore": "Warning"
|
||||
}
|
||||
},
|
||||
"AllowedHosts": "*",
|
||||
"Clients": {
|
||||
"BaseAddress": "https://localhost:7027"
|
||||
},
|
||||
"Tokens": {
|
||||
"StorageKeys": {
|
||||
"AccessToken": "access_token",
|
||||
"RefreshToken": "refresh_token"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user