Skip to content

Commit

Permalink
Merge pull request #1803 from manics/local-binder-mocked-hub-disable-…
Browse files Browse the repository at this point in the history
…api-only

local-binder-mocked-hub: undo api_only_mode
  • Loading branch information
consideRatio authored Dec 10, 2023
2 parents 5c8d324 + c21481b commit 819bba8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions testing/local-binder-mocked-hub/binderhub_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "<blink>Hello world.</blink>"
c.BinderHub.banner_message = 'This is headline <a href="#">news.</a>'

0 comments on commit 819bba8

Please sign in to comment.