File tree Expand file tree Collapse file tree 3 files changed +13
-4
lines changed
images/tasking-manager-api Expand file tree Collapse file tree 3 files changed +13
-4
lines changed Original file line number Diff line number Diff line change
1
+ #######################################
2
+ # Environment variables for overpass api settings
3
+ #######################################
4
+ OVERPASS_META=yes
5
+ OVERPASS_MODE=init
6
+ OVERPASS_PLANET_URL=http://download.geofabrik.de/europe/monaco-latest.osm.bz2
7
+ OVERPASS_DIFF_URL=http://download.openstreetmap.fr/replication/europe/monaco/minute/
8
+ OVERPASS_RULES_LOAD=10
Original file line number Diff line number Diff line change @@ -35,12 +35,12 @@ POTLATCH2_EDITOR_URL=https://www.openstreetmap.org/edit?editor=potlatch2
35
35
# A freely definable secret. Gives authorization to the front- and and back-end
36
36
# to talk to each other.
37
37
#
38
- TM_SECRET=s0m3l0ngr4nd0mstr1ng-b3cr34tiv3
38
+ TM_SECRET=xyz
39
39
40
40
# OpenStreetMap OAuth consumer key and secret (required)
41
41
#
42
42
TM_CONSUMER_KEY=foo
43
- TM_CONSUMER_SECRET=s0m3l0ngr4nd0mstr1ng-b3cr34tiv3
43
+ TM_CONSUMER_SECRET=xyz
44
44
45
45
TM_DEFAULT_CHANGESET_COMMENT="#{osmseed}-project"
46
46
Original file line number Diff line number Diff line change 1
1
# Docker setup for Tasking Manager 4 API
2
2
3
3
### Configuration
4
- 1 . Copy ` .env- tasking-manager.example ` to ` .env- tasking-manager `
4
+ 1 . Copy ` ./envs/. env. tasking-manager.example ` to ` ./envs/. env. tasking-manager `
5
5
2 . This setup doesn't come with a database container, so you'd have to standup your own. For now.
6
6
3 . Supply appropirate environment variables, particularly OAuth keys and database credentials
7
7
8
8
9
9
### Build and run
10
10
* ` cd tasking-manager-api `
11
11
* ` docker build -t osmseed-tasking-manager-api:v1 . `
12
- * ` docker run --env-file ../.env-tasking-manager -p "5000:5000" -t osmseed-tasking-manager-api:v1 `
12
+ * ` docker run --env-file ../.env-tasking-manager -p "5000:5000" -t osmseed-tasking-manager-api:v1 `
13
+
You can’t perform that action at this time.
0 commit comments