feat(directory): add connection string to appsettings for ef tools support

This commit is contained in:
Collin M. Barrett 2020-08-22 18:31:10 -05:00
parent 63651d4dfd
commit e390adda4b

View file

@ -5,5 +5,8 @@
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"ConnectionStrings": {
"DirectoryConnection": "Server=localhost;Database=filterlists;Uid=filterlists;Pwd=filterlists;"
}
}