Skip to content

Instantly share code, notes, and snippets.

@jppg
Last active October 24, 2019 18:08
Show Gist options
  • Save jppg/d7b60dab309493f71f141b65fe36c552 to your computer and use it in GitHub Desktop.
Save jppg/d7b60dab309493f71f141b65fe36c552 to your computer and use it in GitHub Desktop.
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"AllowedHosts": "*",
"ConnectionStrings": {
"MercuryContext": "Host=localhost;Database=Mercury;Username=postgres;Password=postgres"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment