21 lines
394 B
JSON
21 lines
394 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft": "Warning",
|
|
"Microsoft.Hosting.Lifetime": "Information"
|
|
}
|
|
},
|
|
"Kestrel": {
|
|
"EndPoints": {
|
|
"Http": {
|
|
"Url": "http://0.0.0.0:5002"
|
|
}
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"gitApiEndpoint": "<GitApiEndpoint>",
|
|
"gitApiToken": "<GitApiToken>",
|
|
"authEndpoint": "<AuthEndpoint>",
|
|
"authApiKey": "<AuthApiKey>"
|
|
}
|