File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -19,14 +19,12 @@ you need to add the following into ``config.yaml``:
1919 users : False
2020
2121 hub :
22+ redirectToServer : false
2223 services :
2324 binder :
2425 oauth_redirect_uri : " http://<binderhub_url>/oauth_callback"
2526 oauth_client_id : " binder-oauth-client-test"
2627 extraConfig :
27- hub_extra : |
28- c.JupyterHub.redirect_to_server = False
29-
3028 binder : |
3129 from kubespawner import KubeSpawner
3230
@@ -83,6 +81,9 @@ you have to enable named servers on JupyterHub:
8381 jupyterhub :
8482 hub :
8583 allowNamedServers : true
84+ # change this value as you wish,
85+ # or remove this line if you don't want to have any limit
86+ namedServerLimitPerUser : 5
8687
8788 .. note ::
8889 BinderHub assigns a unique name to each server with max 40 characters.
You can’t perform that action at this time.
0 commit comments