Files
TxSearchApi/SearchWebApi/appsettings.json
Roland Fieger fdc816624e some OP
2021-10-12 10:55:47 +02:00

19 lines
388 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Information",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"ElasticApm":
{
"ServerUrl": "http://192.168.178.44:8200",
"SecretToken": "",
"ServiceName": "TxSearchApi",
"Environment": "Development",
"CaptureBody": "all"
},
"AllowedHosts": "*"
}