Skip to content

Commit

Permalink
fix(env): Commented out PATH_ROOT as it causes non-docker env to fail…
Browse files Browse the repository at this point in the history
… reading auth tokens
  • Loading branch information
zakhenry committed Nov 29, 2016
1 parent dac9443 commit 32db9a2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ DB_IMAGE=postgres:9.6.1-alpine

APP_PORT=3000
REMOTE_PORT=3001
PATH_ROOT=/data
# @todo only apply path root in docker context
# PATH_ROOT=/data
WEB_ROOT=/data/dist/browser

# force chalk to output color
Expand All @@ -26,4 +27,4 @@ FORCE_COLOR=true
# DO NOT prefix any variable that you don't want made public with PUBLIC_ !

PUBLIC_API_BASE=/api
PUBLIC_DEMO_ID=72eed629-c4ab-4520-a987-4ea26b134d8c
PUBLIC_DEMO_ID=72eed629-c4ab-4520-a987-4ea26b134d8c

0 comments on commit 32db9a2

Please sign in to comment.