Files
Fuchs_Intranet/Fuchs/appsettings.Development.json
T

17 lines
329 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Debug",
"Microsoft.AspNetCore": "Information"
}
},
"Fuchs": {
"FDS_Intranet_DebugState": true,
"DevAutoLogin": true,
"DevAutoLoginEmail": "your.email@example.com",
"Email": {
"DevRedirectAddress": "service@emails.processweb.de"
}
}
}