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

18 lines
No EOL
305 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Warning"
}
},
"blogApiEndpoint": "<BlogEndpoint>",
"gitApiEndpoint": "<GitEndpoint>",
"authApiEndpoint": "<AuthEndpoint>",
"AllowedHosts": "*",
"Kestrel": {
"EndPoints": {
"Http": {
"Url": "http://0.0.0.0:5000"
}
}
}
}