api.projects/src/Robware.Api.Projects/appsettings.json
2021-05-09 07:48:11 +01:00

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>"
}