You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`JUPYTERHUB_SERVICE_URL`| URL where the server should be listening. Used to find the Address and Port to start the server on. |`http://127.0.0.1:5555`|
189
-
|`JUPYTERHUB_SERVICE_PREFIX`| An URL Prefix where the root of the launched application should be hosted. E.g., when set to `/user/name/`, then the root of the proxied aplication should be `/user/name/index.html`|`/services/service-name/` or `/user/name/`|
190
-
|`JUPYTERHUB_ACTIVITY_URL`| URL where to send activity notifications to. |`$JUPYTERHUB_API_URL/user/name/activity`|
191
-
|`JUPYTERHUB_API_TOKEN`| Authorization Token for requests to the JupyterHub API. ||
192
-
|`JUPYTERHUB_SERVER_NAME`| A name given to all apps launched by the JupyterHub. ||
193
-
|`JUPYTERHUB_SSL_KEYFILE`, `JUPYTERHUB_SSL_CERTFILE`, `JUPYTERHUB_SSL_CLIENT_CA`| Paths to keyfile, certfile and client CA for the SSL configuration ||
194
-
|`JUPYTERHUB_USER`, `JUPYTERHUB_GROUP`| Name and Group of the user for this application. Required for Authentication |
|`JUPYTERHUB_SERVICE_URL`| URL where the server should be listening. Used to find the Address and Port to start the server on. |`http://127.0.0.1:5555`|
189
+
|`JUPYTERHUB_SERVICE_PREFIX`| An URL Prefix where the root of the launched application should be hosted. E.g., when set to `/user/name/`, then the root of the proxied application should be `/user/name/index.html`|`/services/service-name/` or `/user/name/`|
190
+
|`JUPYTERHUB_ACTIVITY_URL`| URL where to send activity notifications to. |`$JUPYTERHUB_API_URL/user/name/activity`|
191
+
|`JUPYTERHUB_API_TOKEN`| Authorization Token for requests to the JupyterHub API. ||
192
+
|`JUPYTERHUB_SERVER_NAME`| A name given to all apps launched by the JupyterHub. ||
193
+
|`JUPYTERHUB_SSL_KEYFILE`, `JUPYTERHUB_SSL_CERTFILE`, `JUPYTERHUB_SSL_CLIENT_CA`| Paths to keyfile, certfile and client CA for the SSL configuration ||
194
+
|`JUPYTERHUB_USER`, `JUPYTERHUB_GROUP`| Name and Group of the user for this application. Required for Authentication |
0 commit comments