Skip to content

Instantly share code, notes, and snippets.

@jlucaspains
Last active September 23, 2021 21:27
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 jlucaspains/80e65bd88993aaa499c8d7166e348587 to your computer and use it in GitHub Desktop.
Save jlucaspains/80e65bd88993aaa499c8d7166e348587 to your computer and use it in GitHub Desktop.
{
"Logging": {
"LogLevel": {
"Default": "Warning"
}
},
"AllowedHosts": "*",
"ConnectionStrings": {
"Default": "Data Source=MyDB;Initial Catalog=DbName;Integrated Security=True;"
}
}
{
"Logging": {
"LogLevel": {
"Default": "Warning"
}
},
"AllowedHosts": "*",
"ConnectionStrings": {
"Default": "#{ConnectionString}#"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment