Skip to content

Commit

Permalink
Update production database connection string and application insights…
Browse files Browse the repository at this point in the history
… configuration
  • Loading branch information
granticusmaximus committed Jan 29, 2024
1 parent cbe0567 commit 80bb9e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appsettings.Production.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"ConnectionStrings": {
"DefaultConnection": "your_production_database_connection_string"
"DefaultConnection": "InstrumentationKey=2b7357a1-208c-4bbf-84c7-755af9054cd7;IngestionEndpoint=https://eastus-8.in.applicationinsights.azure.com/;LiveEndpoint=https://eastus.livediagnostics.monitor.azure.com/"
},
"Logging": {
"LogLevel": {
Expand Down

0 comments on commit 80bb9e1

Please sign in to comment.