19 lines
388 B
JSON
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": "*"
|
|
}
|