diff --git a/templates/jupyterhub_add_serveroptions_to_context.json.j2 b/templates/jupyterhub_add_serveroptions_to_context.json.j2 index 0fc5e82..4f6045a 100644 --- a/templates/jupyterhub_add_serveroptions_to_context.json.j2 +++ b/templates/jupyterhub_add_serveroptions_to_context.json.j2 @@ -12,7 +12,7 @@ "keycloak": "{{ keycloak }}/{{ keycloak_realm }}", "keycloak_admin": "{{ keycloak_admin }}/{{ keycloak_realm }}", "ctx": "${workflow.input.context}", - "jupyterhub_clientid" : "jupyterhub-dev", + "jupyterhub_clientid" : "jupyterhub-prod", "scriptExpression": "function e(v){ return (v == null || (v.trim && v.trim() === ''))}; if(e($.ctx)) throw('Context must not be empty'); else return { encoded_context : $.ctx.replaceAll('/', '%2F')}" }, "type": "LAMBDA",