From c21481b39c711b46f3bf22e7be8c8909752b6da9 Mon Sep 17 00:00:00 2001 From: Simon Li Date: Sun, 10 Dec 2023 19:23:16 +0000 Subject: [PATCH] local-binder-mocked-hub: undo api_only_mode Reverts 368cad76179f8217b1cf55cc6494d8bfcb14ec16 --- testing/local-binder-mocked-hub/binderhub_config.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/testing/local-binder-mocked-hub/binderhub_config.py b/testing/local-binder-mocked-hub/binderhub_config.py index 7136d43a1..142b36c34 100644 --- a/testing/local-binder-mocked-hub/binderhub_config.py +++ b/testing/local-binder-mocked-hub/binderhub_config.py @@ -20,8 +20,7 @@ # Uncomment the following line to enable BinderHub's API only mode # With this, we can then use the `build_only` query parameter in the request # to not launch the image after build - -c.BinderHub.enable_api_only_mode = True +# c.BinderHub.enable_api_only_mode = True c.BinderHub.about_message = "Hello world." c.BinderHub.banner_message = 'This is headline news.'