First commit
This commit is contained in:
15
publish/appsettings.json
Normal file
15
publish/appsettings.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Information",
|
||||
"Microsoft.AspNetCore": "Warning"
|
||||
}
|
||||
},
|
||||
"AllowedHosts": "*",
|
||||
"JwtSettings": {
|
||||
"Key": "SUPER_HEMLIG_NYCKEL_1234567890_I_WANT_MORE_SEX",
|
||||
"Issuer": "MyApp",
|
||||
"Audience": "MyAppUsers",
|
||||
"ExpireMinutes": 60
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user