mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
add launchSettings.json
This commit is contained in:
parent
65ca6d46c7
commit
393a7215a3
1 changed files with 12 additions and 0 deletions
12
src/FilterLists.Api/Properties/launchSettings.json
Normal file
12
src/FilterLists.Api/Properties/launchSettings.json
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"profiles": {
|
||||
"FilterLists.Api": {
|
||||
"commandName": "Project",
|
||||
"launchBrowser": true,
|
||||
"environmentVariables": {
|
||||
"ASPNETCORE_ENVIRONMENT": "Development"
|
||||
},
|
||||
"applicationUrl": "http://localhost:49980/v1/lists"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue