Last active
November 15, 2020 20:08
-
-
Save screamingworld/20d78b9347cbe503df7b5e0b93bc4f0d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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