Skip to content

Commit

Permalink
Merge branch 'test-server'
Browse files Browse the repository at this point in the history
  • Loading branch information
josmas committed Jun 2, 2016
2 parents f08c587 + ececa29 commit cd48d75
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ If you would like to develop against the hosted custom badgekit-api we have runn
export SESSION_SECRET=USE_SOMETHING_GOOD_LIKE_puUJjfE6QtUnYryb

# Badges
export BADGES_ENDPOINT=http://badgekit-api-sciencelab.herokuapp.com/
export BADGES_ENDPOINT=http://badgekit-api-test-sciencelab.herokuapp.com/
export BADGES_KEY=master
export BADGES_SECRET=#############
export BADGES_SYSTEM=badgekit
Expand Down
6 changes: 3 additions & 3 deletions default.env
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ export PORT=5000
export SESSION_SECRET=USE_SOMETHING_GOOD_LIKE_puUJjfE6QtUnYryb

# Badges
export BADGES_ENDPOINT=http://badgekit-api-sciencelab.herokuapp.com/
export BADGES_ENDPOINT=http://badgekit-api-test-sciencelab.herokuapp.com/
export BADGES_KEY=master
export BADGES_SECRET=supersecret
export BADGES_SECRET=#############
export BADGES_SYSTEM=badgekit

# ORCID Auth
Expand All @@ -22,4 +22,4 @@ export MONGOLAB_URI=mongodb://127.0.0.1:27017/test

# Email
export AWS_ACCESS_KEY=
export AWS_SECRET_KEY=
export AWS_SECRET_KEY=

0 comments on commit cd48d75

Please sign in to comment.