19 lines
382 B
JSON
19 lines
382 B
JSON
{
|
|
"Jwt": {
|
|
"Key": "bgpLLhY2L2UeZN3sj6WwSzScFmY3JgWfs33ZEJNcaPzC2TEnfZz",
|
|
"Issuer": "http://localhost",
|
|
"Audience": "http://localhost",
|
|
"DefaultUserRole": "User"
|
|
},
|
|
"GeneralConfig": {
|
|
"CDNPath": "./user-content"
|
|
},
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*"
|
|
}
|