Permalink
Newer
Older
100644 8 lines (7 sloc) 289 Bytes
Feb 27, 2016 @astiunov Moved all staff to form-based spawner
1 export GITHUB_CLIENT_ID=
2 export GITHUB_CLIENT_SECRET=
3 export OAUTH_CALLBACK_URL="http://localhost:8000/hub/oauth_callback"
Mar 5, 2016 @anaderi whitelist handling fixed
4 export EVERWARE_WHITELIST="whitelist.txt"
Aug 1, 2016 @astiunov Remove mail support by default
5 export EMAIL_SUPPORT_ADDR=
6 export EMAIL_FROM_ADDR=
Jan 4, 2017 added default image to config
7 export DEFAULT_DOCKER_IMAGE="yandexdataschool/neurohack-jupyter:2016.12"