Skip to content

Commit

Permalink
Update appsettings.json to disable dynamic config by default
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-foulkrod authored Mar 14, 2024
1 parent 4fb34d8 commit 9906f9e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Web/appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
"NoResultsMessage": "THERE ARE NO RESULTS THAT MATCH YOUR SEARCH"
}
},
"UseAppConfig": true,
"AppConfigEndpoint": "https://appcs-rrf-eastus.azconfig.io"
}
"UseAppConfig": false,
"AppConfigEndpoint": ""
}

0 comments on commit 9906f9e

Please sign in to comment.