website/Website/appsettings.Development.json
2020-04-12 14:38:32 +01:00

12 lines
No EOL
192 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Debug",
"System": "Information",
"Microsoft": "Information"
}
},
"blogApiEndpoint": "",
"gitApiEndpoint": "",
"authApiEndpoint": ""
}