InstructorsListAppTA/appsettings.json

12 lines
268 B
JSON
Raw Permalink Normal View History

2019-09-24 16:58:38 +00:00
{
"Logging": {
"LogLevel": {
"Default": "Warning"
}
},
"AllowedHosts": "*",
"ConnectionStrings": {
"DefaultDatabase": "Server=localhost;Database=instructorsDB;User Id=instructorsOwner;Password=P@ssW0rd;MultipleActiveResultSets=True;"
}
2019-09-24 16:58:38 +00:00
}