config.yaml 227 B

123456789101112131415
  1. #
  2. # Integration Test Config: General
  3. #
  4. listenAddressSingleHTTPFrontend: 0.0.0.0:1337
  5. logLevel: "DEBUG"
  6. checkForUpdates: false
  7. pageTitle: "My Custom App"
  8. actions:
  9. - title: sleep 2 seconds
  10. shell: sleep 2
  11. icon: "&#x1F971"