Skip to content

Commit 0dc1780

Browse files
Update import worked to be based on date last imported or last failure
1 parent 98b330c commit 0dc1780

File tree

6 files changed

+809
-105
lines changed

6 files changed

+809
-105
lines changed
Lines changed: 22 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,26 @@
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,
@@ -10,25 +32,5 @@
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
}

API/OCM.Net/OCM.API.Web/appsettings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
"APIKeys": {
1919
"MapQuestOpenAPIKey": "Mapquest Key",
2020
"OsmAPIKey": "OSM Key"
21-
}
21+
},
22+
"GeolocationShapefilePath": "Shapefiles\\World"
2223
}
2324

2425
}

0 commit comments

Comments
 (0)