26 lines
542 B
JSON
26 lines
542 B
JSON
{
|
|
"Jwt": {
|
|
"Issuer": "http://localhost",
|
|
"Audience": "http://localhost",
|
|
"DefaultUserRole": "User"
|
|
},
|
|
"GeneralConfig": {
|
|
"CDNPath": "./user-content"
|
|
},
|
|
"EmailConfig": {
|
|
"EmailConfirmationRequired": false,
|
|
"SMTPServer": "",
|
|
"SMTPUsername": "api",
|
|
"SMTPPassword": "",
|
|
"SMTPSenderAddress": ""
|
|
},
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Information",
|
|
"Microsoft.EntityFrameworkCore.Database": "Error"
|
|
}
|
|
},
|
|
"AllowedHosts": "*"
|
|
}
|