Guess format for tornado app
This commit is contained in:
parent
3d56739e04
commit
3d5a90cb90
|
@ -41,7 +41,7 @@ hub:
|
||||||
def main():
|
def main():
|
||||||
app = Application(
|
app = Application(
|
||||||
[
|
[
|
||||||
(os.environ['JUPYTERHUB_SERVICE_PREFIX'] + '/?', RefreshHandler),
|
('/services/?', RefreshHandler),
|
||||||
(r'.*', RefreshHandler),
|
(r'.*', RefreshHandler),
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
|
@ -177,7 +177,6 @@ hub:
|
||||||
NEXTCLOUD_DEBUG_OAUTH: "yes"
|
NEXTCLOUD_DEBUG_OAUTH: "yes"
|
||||||
NEXTCLOUD_HOST: sunet.drive.test.sunet.se
|
NEXTCLOUD_HOST: sunet.drive.test.sunet.se
|
||||||
JUPYTER_HOST: jupyter.drive.test.sunet.se
|
JUPYTER_HOST: jupyter.drive.test.sunet.se
|
||||||
JUPYTERHUB_SERVICE_PREFIX: /services
|
|
||||||
JUPYTERHUB_CRYPT_KEY:
|
JUPYTERHUB_CRYPT_KEY:
|
||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
|
|
Loading…
Reference in a new issue