Skip to content

Instantly share code, notes, and snippets.

@hgmauri
Created May 2, 2024 11:10
Show Gist options
  • Save hgmauri/d27a7738272ec82664aaedc2a2b08a7a to your computer and use it in GitHub Desktop.
Save hgmauri/d27a7738272ec82664aaedc2a2b08a7a to your computer and use it in GitHub Desktop.
{
"DOTNET_ENVIRONMENT": "Development",
"Logging": {
"LogLevel": {
"Default": "Warning",
"Microsoft": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"ConnectionStrings": {
"DefaultConnection": "Data Source=(LocalDb)\\MSSQLLocalDB;Database=SampleElasticApm;Integrated Security=True;MultipleActiveResultSets=true;"
},
"ElasticsearchSettings": {
"uri": "http://localhost:9200",
"defaultIndex": "indexactors",
"username": "elastic",
"password": "pass@123"
},
"ElasticApm": {
"SecretToken": "",
"ServerUrl": "http://localhost:8200",
"ServiceName": "Sample ElasticApm",
"Environment": "development",
"CaptureBody": "all",
"ElasticApm:LogLevel": "Debug"
},
"AllowedHosts": "*"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment