Skip to content

Instantly share code, notes, and snippets.

@screamingworld
Last active November 15, 2020 20:08
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save screamingworld/20d78b9347cbe503df7b5e0b93bc4f0d to your computer and use it in GitHub Desktop.
{
"Logging": {
"LogLevel": {
"Default": "Information"
}
},
"ApplicationInsights": {
"InstrumentationKey": "<OVERRIDE IN USERSECRETS>"
},
"StorageSettings": {
"ConnectionString": "<OVERRIDE IN USERSECRETS>"
},
"EventHubSettings": {
"ConnectionString": "<OVERRIDE IN USERSECRETS>"
},
"CorsSettings": {
"AllowedOrigins": "http://localhost:4200"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment