# Name of our Docker Compose project
COMPOSE_PROJECT_NAME=rocker_binder_gitlab
OAUTH_CALLBACK_URL= "https://<jupyterhub_server>/hub/oauth_callback" # the same link has to be written in the gitlab application form in section URI
GITLAB_HOST="https://gitlab.com" # or simply "gitlab.example.com". If not defined, default is https://gitlab.com.
GITLAB_CLIENT_ID="xxxxxxxxxxxxxxxxxxxxxxxxxxxxx" # given by gitlab application
GITLAB_CLIENT_SECRET="xxxxxxxxxxxxxxxxxxxxxxxxxxxxx" # given by gitlab application

