add example service

This commit is contained in:
Min RK
2016-05-27 16:11:37 +02:00
parent 84868a6475
commit ef9656eb8b
5 changed files with 99 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
from getpass import getuser
import os
c.JupyterHub.api_tokens = {
os.environ['WHOAMI_HUB_API_TOKEN']: getuser(),
}