File tree Expand file tree Collapse file tree 6 files changed +809
-105
lines changed
Expand file tree Collapse file tree 6 files changed +809
-105
lines changed Original file line number Diff line number Diff line change 11{
2+ "profiles" : {
3+ "OCM.API.Web.Standard" : {
4+ "commandName" : " Project" ,
5+ "launchBrowser" : true ,
6+ "launchUrl" : " v3/poi" ,
7+ "environmentVariables" : {
8+ "ASPNETCORE_ENVIRONMENT" : " Development"
9+ },
10+ "applicationUrl" : " http://localhost:5000;https://localhost:5001;"
11+ },
12+ "WSL" : {
13+ "commandName" : " WSL2" ,
14+ "launchBrowser" : true ,
15+ "launchUrl" : " http://localhost:5000/v3/poi" ,
16+ "environmentVariables" : {
17+ "ASPNETCORE_ENVIRONMENT" : " Development" ,
18+ "ASPNETCORE_URLS" : " http://localhost:5000"
19+ },
20+ "distributionName" : " "
21+ }
22+ },
23+ "$schema" : " http://json.schemastore.org/launchsettings.json" ,
224 "iisSettings" : {
325 "windowsAuthentication" : false ,
426 "anonymousAuthentication" : true ,
1032 "applicationUrl" : " http://localhost:58737" ,
1133 "sslPort" : 44334
1234 }
13- },
14- "$schema" : " http://json.schemastore.org/launchsettings.json" ,
15- "profiles" : {
16- "IIS Express" : {
17- "commandName" : " IIS" ,
18- "launchBrowser" : true ,
19- "launchUrl" : " v3/poi" ,
20- "environmentVariables" : {
21- "ASPNETCORE_ENVIRONMENT" : " Development"
22- }
23- },
24- "OCM.API.Web.Standard" : {
25- "commandName" : " Project" ,
26- "launchBrowser" : true ,
27- "launchUrl" : " v3/poi" ,
28- "environmentVariables" : {
29- "ASPNETCORE_ENVIRONMENT" : " Development"
30- },
31- "applicationUrl" : " https://localhost:5001;http://localhost:5000"
32- }
3335 }
3436}
Original file line number Diff line number Diff line change 1818 "APIKeys" : {
1919 "MapQuestOpenAPIKey" : " Mapquest Key" ,
2020 "OsmAPIKey" : " OSM Key"
21- }
21+ },
22+ "GeolocationShapefilePath" : " Shapefiles\\ World"
2223 }
2324
2425}
You can’t perform that action at this time.
0 commit comments