config.yaml 243 B

12345678910111213141516
  1. #
  2. # Integration Test Config: pageTitle
  3. #
  4. listenAddressSingleHTTPFrontend: 0.0.0.0:1337
  5. logLevel: "DEBUG"
  6. checkForUpdates: false
  7. pageTitle: "Custom Test Title"
  8. actions:
  9. - title: Ping example.com
  10. shell: ping example.com -c 1
  11. icon: ping