18 lines
No EOL
305 B
JSON
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"
|
|
}
|
|
}
|
|
}
|
|
} |