refactor(directory): ♻ clear out some unused config

This commit is contained in:
Collin M. Barrett 2020-08-23 15:36:30 -05:00
parent 0d9010377f
commit 6745cffbfc
3 changed files with 1 additions and 42 deletions

View file

@ -1,31 +1,6 @@
{
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:53731",
"sslPort": 44361
}
},
"$schema": "http://json.schemastore.org/launchsettings.json",
"profiles": {
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": true,
"launchUrl": "lists",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"FilterLists.Directory.Api": {
"commandName": "Project",
"launchBrowser": true,
"launchUrl": "lists",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "https://localhost:5001;http://localhost:5000"
},
"Docker": {
"commandName": "Docker",
"launchBrowser": true,

View file

@ -1,11 +1,4 @@
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"ConnectionStrings": {
"DirectoryConnection": "Server=localhost;Database=filterlists;Uid=filterlists;Pwd=filterlists;"
}

View file

@ -1,10 +1 @@
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"AllowedHosts": "*"
}
{}