-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.actions.tar
More file actions
18 lines (13 loc) · 10 KB
/
.actions.tar
File metadata and controls
18 lines (13 loc) · 10 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
weblab/config/settings/secrets.py 0000640 0001753 0001753 00000000766 14056154357 021604 0 ustar weblab_django weblab_django # Django secrets.py file for dev
SECRET_KEY = 'django very secret key, honest'
# Google OAuth2 - see http://code.google.com/apis/accounts/docs/OAuth2.html#Registering
SOCIAL_AUTH_GOOGLE_OAUTH2_KEY = ''
SOCIAL_AUTH_GOOGLE_OAUTH2_SECRET = ''
# GitHub - see https://github.com/settings/applications/new
SOCIAL_AUTH_GITHUB_KEY = ''
SOCIAL_AUTH_GITHUB_SECRET = ''
# Experiment runner backend
CHASTE_PASSWORD = 'another secret password'
# Rollbar access token
ROLLBAR_POST_SERVER_ITEM_ACCESS_TOKEN = ''