Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save AbubakarSiddiq/8b7b9fe367f2ae07c746febd3621f5da to your computer and use it in GitHub Desktop.
Save AbubakarSiddiq/8b7b9fe367f2ae07c746febd3621f5da to your computer and use it in GitHub Desktop.
{
"ConnectionStrings": {
"DefaultConnection": "Data Source=IPAddress,TCPPort; Initial Catalog=AspNetCore5Microservice; ID=sa; Password=password; 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