-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathenv_vars.sh.example
42 lines (41 loc) · 1.47 KB
/
env_vars.sh.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
export PYTHONUNBUFFERED=1
export ACCOUNT_SALT="secret"
export ALLOW_SEEDS=1
export BADGR_DB_NAME="badgr"
export BADGR_DB_USER="root"
export BADGR_DB_PASSWORD=""
export BADGR_DB_HOST=""
export BADGR_DB_PORT="3306"
export DEBUG=1
export DEFAULT_DOMAIN="http://127.0.0.1:8000"
export DEFAULT_FROM_EMAIL="[email protected]"
export DOMAIN="localhost:4000"
export EDU_ID_CLIENT="edubadges"
export EDU_ID_SECRET="ask-a-colleague"
export OIDC_RS_ENTITY_ID="test.edubadges.rs.nl"
export OIDC_RS_SECRET="ask-a-colleague"
export EDUID_PROVIDER_URL="https://connect.test.surfconext.nl/oidc"
export EDUID_REGISTRATION_URL="https://login.test.eduid.nl/register"
export EMAIL_HOST="localhost"
export EMAIL_PORT="1026"
export LTI_FRONTEND_URL="localhost"
export ROOT_INFO_SECRET_KEY="secret"
export SUPERUSER_EMAIL="[email protected]"
export SUPERUSER_NAME="superuser"
export SUPERUSER_PWD="secert"
export SITE_ID=1
export BADGR_APP_ID=1
export SURF_CONEXT_CLIENT="www.edubadges.nl"
export SURF_CONEXT_CLIENT="test.edubadges.nl"
export SURF_CONEXT_SECRET="secret"
export TIME_STAMPED_OPEN_BADGES_BASE_URL="http://127.0.0.1:3000/"
export UI_URL="http://localhost:4000"
export UNSUBSCRIBE_SECRET_KEY="secret"
export LC_ALL="en_US.UTF-8"
export LANG="en_US.UTF-8"
export MEMCACHED_HOST="127.0.0.1"
export MEMCACHED_PORT="11211"
# Only needed when wallet import is used
export OB3_AGENT_URL_SPHEREON="http://localhost:5000"
export OB3_AGENT_AUTHZ_TOKEN_SPHEREON="s3cr3t"
export OB3_AGENT_URL_UNIME="http://localhost:6000"