forked from mozillascience/PaperBadger
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenv.dist
More file actions
19 lines (15 loc) · 657 Bytes
/
env.dist
File metadata and controls
19 lines (15 loc) · 657 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Copy this file to .env or just set these environment variables
# default port is 5000
export PORT=5000
export SESSION_SECRET=USE_SOMETHING_GOOD_LIKE_puUJjfE6QtUnYryb
# Badges
export BADGES_ENDPOINT=http://badgekit-api-sciencelab.herokuapp.com/
export BADGES_KEY=master
export BADGES_SECRET=supersecret
export BADGES_SYSTEM=badgekit
# ORCID Auth
export ORCID_AUTH_CLIENT_ID=APP-O9TUKAPVLALU1SOJ
export ORCID_AUTH_CLIENT_SECRET=0eafb938-020e-45a6-a148-3c222171d9d8
export ORCID_AUTH_SITE=https://sandbox.orcid.org
export ORCID_AUTH_TOKEN_PATH=https://api.sandbox.orcid.org/oauth/token
export ORCID_REDIRECT_URI=http://localhost:5000/orcid_auth_callback