mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
Make configurator disabled by default
This commit is contained in:
@@ -68,7 +68,7 @@ default = {
|
||||
'max_age': 0
|
||||
},
|
||||
'configurator': {
|
||||
'enabled': True
|
||||
'enabled': False
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user