Skip to content

Instantly share code, notes, and snippets.

@gzamudio
Last active August 28, 2017 18:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gzamudio/424f50d7ff3f1df6c12260b851f722b3 to your computer and use it in GitHub Desktop.
Save gzamudio/424f50d7ff3f1df6c12260b851f722b3 to your computer and use it in GitHub Desktop.
appsettings.Development.json example.
{
"Logging": {
"IncludeScopes": false,
"LogLevel": {
"Default": "Debug",
"System": "Information",
"Microsoft": "Information"
}
},
"ConnectionString": "User ID=your_user;Password=your_password;Host=your_host;Port=5432;Database=dbname;Pooling=true;Timeout=1024;CommandTimeout=1024;"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment