mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
update port for prod
This commit is contained in:
parent
28663bd0a8
commit
c8042eec4b
2 changed files with 4 additions and 1 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -289,4 +289,6 @@ __pycache__/
|
|||
|
||||
# FilterLists Custom Ignores
|
||||
gs/Private.gs
|
||||
api/FilterLists.Api/appsettings.Development.json
|
||||
api/FilterLists.Api/appsettings.Development.json
|
||||
api/FilterLists.Api/appsettings.Production.json
|
||||
api/FilterLists.Api/api.filterlists
|
||||
|
|
@ -15,6 +15,7 @@ public static void Main(string[] args)
|
|||
.UseContentRoot(Directory.GetCurrentDirectory())
|
||||
.UseIISIntegration()
|
||||
.UseStartup<Startup>()
|
||||
.UseUrls("http://localhost:5123")
|
||||
.UseApplicationInsights()
|
||||
.Build();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue