Skip to content

Demo Button

The demo button can be used to test the EDDIE button and region connector elements during development. When enabled, the button is rendered on the /demo path, usually http://localhost:8080/demo.

Screenshot of the demo button page
Screenshot of the demo button page

To enable the demo button, set the following property. The button is enabled by default when using the dev profile.

properties
eddie.demo.button.enabled=true
yaml
eddie:
  demo:
    button:
      enabled: true
dotenv
EDDIE_DEMO_BUTTON_ENABLED=true