diff --git a/src/FilterLists.Agent/FilterLists.Agent.csproj b/src/FilterLists.Agent/FilterLists.Agent.csproj
index 6102b9b71..71489f1cc 100644
--- a/src/FilterLists.Agent/FilterLists.Agent.csproj
+++ b/src/FilterLists.Agent/FilterLists.Agent.csproj
@@ -3,6 +3,16 @@
Exe
netcoreapp2.1
+ Collin M. Barrett
+ Collin M. Barrett
+ FilterLists
+ The independent, comprehensive directory of filter and host lists for advertisements, trackers, malware, and annoyances.
+ Copyright (c) 2018 Collin M. Barrett
+ https://github.com/collinbarrett/FilterLists/blob/master/LICENSE
+ https://github.com/collinbarrett/FilterLists/raw/master/imgs/icon_filterlists.png
+ https://github.com/collinbarrett/FilterLists
+ git
+ https://filterlists.com/
diff --git a/src/FilterLists.Api/FilterLists.Api.csproj b/src/FilterLists.Api/FilterLists.Api.csproj
index 8f6b5b409..1a64b0347 100644
--- a/src/FilterLists.Api/FilterLists.Api.csproj
+++ b/src/FilterLists.Api/FilterLists.Api.csproj
@@ -5,6 +5,16 @@
ubuntu.16.04-x64
/subscriptions/4bcbdfe1-6c65-4c02-820f-7c0e7ec5614f/resourcegroups/FilterLists/providers/microsoft.insights/components/FilterLists
/subscriptions/4bcbdfe1-6c65-4c02-820f-7c0e7ec5614f/resourcegroups/FilterLists/providers/microsoft.insights/components/FilterLists
+ Collin M. Barrett
+ Collin M. Barrett
+ FilterLists
+ The independent, comprehensive directory of filter and host lists for advertisements, trackers, malware, and annoyances.
+ Copyright (c) 2018 Collin M. Barrett
+ https://github.com/collinbarrett/FilterLists/blob/master/LICENSE
+ https://filterlists.com/
+ https://github.com/collinbarrett/FilterLists/raw/master/imgs/icon_filterlists.png
+ git
+ https://github.com/collinbarrett/FilterLists
diff --git a/src/FilterLists.Api/Properties/launchSettings.json b/src/FilterLists.Api/Properties/launchSettings.json
index 4433e921a..27a7f46de 100644
--- a/src/FilterLists.Api/Properties/launchSettings.json
+++ b/src/FilterLists.Api/Properties/launchSettings.json
@@ -2,11 +2,12 @@
"profiles": {
"FilterLists.Api": {
"commandName": "Project",
- "launchBrowser": false,
+ "launchBrowser": true,
+ "launchUrl": "http://localhost:5000/docs/index.html",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
- "applicationUrl": "http://localhost:5000/v1/lists"
+ "applicationUrl": "http://localhost:5000/docs/index.html"
}
}
}
\ No newline at end of file
diff --git a/src/FilterLists.Data/FilterLists.Data.csproj b/src/FilterLists.Data/FilterLists.Data.csproj
index c752d2787..d6552a157 100644
--- a/src/FilterLists.Data/FilterLists.Data.csproj
+++ b/src/FilterLists.Data/FilterLists.Data.csproj
@@ -3,6 +3,15 @@
netstandard2.0
ubuntu.16.04-x64
+ Collin M. Barrett
+ FilterLists
+ The independent, comprehensive directory of filter and host lists for advertisements, trackers, malware, and annoyances.
+ Copyright (c) 2018 Collin M. Barrett
+ https://github.com/collinbarrett/FilterLists/blob/master/LICENSE
+ https://filterlists.com/
+ https://github.com/collinbarrett/FilterLists/raw/master/imgs/icon_filterlists.png
+ https://github.com/collinbarrett/FilterLists
+ git
diff --git a/src/FilterLists.Services/FilterLists.Services.csproj b/src/FilterLists.Services/FilterLists.Services.csproj
index ea4bb2292..a7649315a 100644
--- a/src/FilterLists.Services/FilterLists.Services.csproj
+++ b/src/FilterLists.Services/FilterLists.Services.csproj
@@ -3,6 +3,15 @@
netstandard2.0
ubuntu.16.04-x64
+ Collin M. Barrett
+ FilterLists
+ The independent, comprehensive directory of filter and host lists for advertisements, trackers, malware, and annoyances.
+ Copyright (c) 2018 Collin M. Barrett
+ https://github.com/collinbarrett/FilterLists/blob/master/LICENSE
+ https://github.com/collinbarrett/FilterLists/raw/master/imgs/icon_filterlists.png
+ https://filterlists.com/
+ git
+ https://github.com/collinbarrett/FilterLists
diff --git a/src/FilterLists.Web/FilterLists.Web.csproj b/src/FilterLists.Web/FilterLists.Web.csproj
index b9227ebf9..71eb07909 100644
--- a/src/FilterLists.Web/FilterLists.Web.csproj
+++ b/src/FilterLists.Web/FilterLists.Web.csproj
@@ -5,6 +5,15 @@
true
Latest
false
+ Collin M. Barrett
+ FilterLists
+ https://github.com/collinbarrett/FilterLists/blob/master/LICENSE
+ Copyright (c) 2018 Collin M. Barrett
+ The independent, comprehensive directory of filter and host lists for advertisements, trackers, malware, and annoyances.
+ https://filterlists.com/
+ https://github.com/collinbarrett/FilterLists/raw/master/imgs/icon_filterlists.png
+ https://github.com/collinbarrett/FilterLists
+ git
diff --git a/src/FilterLists.Web/Properties/launchSettings.json b/src/FilterLists.Web/Properties/launchSettings.json
index 0fa17555a..0db5cdf24 100644
--- a/src/FilterLists.Web/Properties/launchSettings.json
+++ b/src/FilterLists.Web/Properties/launchSettings.json
@@ -1,27 +1,18 @@
{
- "iisSettings": {
- "windowsAuthentication": false,
- "anonymousAuthentication": true,
- "iisExpress": {
- "applicationUrl": "http://localhost:63086/",
- "sslPort": 0
- }
+ "FilterLists.Web": {
+ "commandName": "Project",
+ "launchBrowser": true,
+ "environmentVariables": {
+ "ASPNETCORE_ENVIRONMENT": "Development"
+ },
+ "applicationUrl": "http://localhost:5001/"
},
"profiles": {
- "IIS Express": {
- "commandName": "IISExpress",
- "launchBrowser": true,
- "environmentVariables": {
- "ASPNETCORE_ENVIRONMENT": "Development"
- }
- },
"FilterLists.Web": {
"commandName": "Project",
"launchBrowser": true,
- "environmentVariables": {
- "ASPNETCORE_ENVIRONMENT": "Development"
- },
- "applicationUrl": "http://localhost:63087/"
+ "launchUrl": "http://localhost:5001/",
+ "applicationUrl": "http://localhost:5001/"
}
}
}
\ No newline at end of file