mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
feat(directory): ✨ add connection string to appsettings for ef tools support
This commit is contained in:
parent
63651d4dfd
commit
e390adda4b
1 changed files with 3 additions and 0 deletions
|
|
@ -5,5 +5,8 @@
|
|||
"Microsoft": "Warning",
|
||||
"Microsoft.Hosting.Lifetime": "Information"
|
||||
}
|
||||
},
|
||||
"ConnectionStrings": {
|
||||
"DirectoryConnection": "Server=localhost;Database=filterlists;Uid=filterlists;Pwd=filterlists;"
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue