Skip to content

Commit 819bba8

Browse files
authored
Merge pull request #1803 from manics/local-binder-mocked-hub-disable-api-only
local-binder-mocked-hub: undo api_only_mode
2 parents 5c8d324 + c21481b commit 819bba8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

testing/local-binder-mocked-hub/binderhub_config.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@
2020
# Uncomment the following line to enable BinderHub's API only mode
2121
# With this, we can then use the `build_only` query parameter in the request
2222
# to not launch the image after build
23-
24-
c.BinderHub.enable_api_only_mode = True
23+
# c.BinderHub.enable_api_only_mode = True
2524

2625
c.BinderHub.about_message = "<blink>Hello world.</blink>"
2726
c.BinderHub.banner_message = 'This is headline <a href="#">news.</a>'

0 commit comments

Comments
 (0)