Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save AbubakarSiddiq/4d5e6361021fd45db2ab19bc72bc9297 to your computer and use it in GitHub Desktop.
Save AbubakarSiddiq/4d5e6361021fd45db2ab19bc72bc9297 to your computer and use it in GitHub Desktop.
{
"ConnectionStrings": {
"DefaultConnection": "Data Source=DataSourceName; Initial Catalog=AspNetCore5Microservice;Integrated Security=True"
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"AllowedHosts": "*"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment