Skip to content
This repository has been archived by the owner on Jul 8, 2021. It is now read-only.

Commit

Permalink
Set env vars in production
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmelnikow authored and espadrine committed Dec 3, 2017
1 parent 445c3b0 commit d41177e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions start-shields.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,6 @@ SHIELDS_DIR="$DIR/shields"
cd "$SHIELDS_DIR"
export HTTPS=true
export SHIELDS_ANALYTICS_FILE="$SHIELDS_DIR"/analytics-https.json
export ALLOWED_ORIGIN=http://shields.io,https://shields.io
export REDIRECT_URI=https://shields.io/
node --max_old_space_size=1380 ./server.js >> log/out 2>&1

0 comments on commit d41177e

Please sign in to comment.