mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
fix(directory): 🐛 add app insights directory to appsettings.*.json to unbreak migrations
This commit is contained in:
parent
ee1ccb50fb
commit
1b557c892b
1 changed files with 3 additions and 0 deletions
|
|
@ -1,5 +1,8 @@
|
|||
{
|
||||
"_comment": "Used only for managing EF migrations. All other configuration is done via environment variables.",
|
||||
"ApplicationInsights": {
|
||||
"ServerTelemetryChannelStoragePath": "application-insights"
|
||||
},
|
||||
"ConnectionStrings": {
|
||||
"DirectoryConnection": "Server=directory-db;Database=filterlists;User Id=filterlists;Password=filterlists;"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue