Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Urls: api and control tower updated for release #185

Merged
merged 1 commit into from
Jan 16, 2018
Merged
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 Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ FROM node:8.1.2
ARG datasetEnv=production
ARG facebookUser=worldresources
ARG twitterUser=worldresources
ARG apiUrl=https://beta.prepdata.org/api
ARG apiUrl=https://prepdata.org/api
ARG assetsUrl=
ARG rwApiUrl=https://api.resourcewatch.org/v1
ARG basemapUrl=https://api.mapbox.com/styles/v1/wri/cism5nsz4007t2wnrp5xslf7s/tiles/256/{z}/{x}/{y}?access_token=pk.eyJ1Ijoid3JpIiwiYSI6Ik9TY2w5RTQifQ.0HV7dQTjK40mk7GpNNA64g
ARG nodeEnv=production
ARG callbackUrl=https://beta.prepdata.org/auth
ARG callbackUrl=https://prepdata.org/auth

ENV RW_API_LOGIN_URL https://production-api.globalforestwatch.org/auth
ENV RW_API_IS_LOGGEDIN_URL https://api.resourcewatch.org/auth/check-logged
Expand Down