-
Notifications
You must be signed in to change notification settings - Fork 4
/
vars.yml.example
36 lines (29 loc) · 998 Bytes
/
vars.yml.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
# This is the port that swarm will attempt to connect to for each of the
# Docker hosts
docker_server_port: 2376
docker_bridge_ip: "192.168.5.1"
#This is the auth token for JupyterHub. You can create it with:
# openssl rand -hex 16
# Note that this should never be stored in plaintext; you should probably
# override it in an encrypted vault file.
configproxy_auth_token: ""
# This is the cookie secret for JupyterHub. You can create it with:
# openssl rand -hex 2048
# Note that this should never be stored in plaintext; you should probably
# override it in an encrypted vault file.
cookie_secret: ""
# This is the name of an admin user of the JupyterHub instance, necessary
# to get an API key from JupyterHub
jupyterhub_admin_user: ""
# Support email address for Shibboleth servies
support_contact: ""
# nbgrader
exchange_directory: ""
github_repo: ""
course_id: ""
# duplicity
backup_source_directory: ""
backup_target_ip: ""
backup_target_directory: ""
gpg_key: ""
gpg_pass: ""