Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions base.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
base:
build: .
ports:
- "3600:3600"
- "3602:3602"
environment:
PORT: 3600
PORT: 3602
NODE_PATH: app/src
container_name: gfw-prodes-loss-api
7 changes: 4 additions & 3 deletions docker-compose-develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,16 @@ services:
develop:
build: .
ports:
- "3600:3600"
- "3602:3602"
container_name: gfw-prodes-loss-api-develop
environment:
PORT: 3600
PORT: 3602
NODE_PATH: app/src
NODE_ENV: dev
CARTODB_USER: wri-01
CT_URL: http://mymachine:9000
LOCAL_URL: http://mymachine:3600
CT_TOKEN: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6Im1pY3Jvc2VydmljZSIsImNyZWF0ZWRBdCI6IjIwMTYtMDktMTQifQ.IRCIRm1nfIQTfda_Wb6Pg-341zhV8soAgzw7dd5HxxQ

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@samdavidge what is this token? Is it okay to have in source control?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey @ethanroday this is a local/test key that is used (and committed) across many of the repos.

LOCAL_URL: http://mymachine:3602
API_VERSION: v1
CT_REGISTER_MODE: auto
FASTLY_ENABLED: "false"
Expand Down