17 lines
285 B
JSON
17 lines
285 B
JSON
{
|
|
"Jwt": {
|
|
"Issuer": "http://localhost",
|
|
"Audience": "http://localhost",
|
|
"DefaultUserRole": "User"
|
|
},
|
|
"GeneralConfig": {
|
|
"CDNPath": "./user-content"
|
|
},
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Debug",
|
|
"Microsoft.AspNetCore": "Debug"
|
|
}
|
|
}
|
|
}
|