update service-whoami examples to include OAuth

This commit is contained in:
Min RK
2017-08-17 15:53:55 +02:00
parent 5d0d552c26
commit 03bb094b90
8 changed files with 97 additions and 11 deletions

View File

@@ -9,5 +9,13 @@ c.JupyterHub.services = [
'environment': {
'FLASK_APP': 'whoami-flask.py',
}
}
},
{
'name': 'whoami-oauth',
'url': 'http://127.0.0.1:10201',
'command': ['flask', 'run', '--port=10201'],
'environment': {
'FLASK_APP': 'whoami-oauth.py',
}
},
]