config.yaml 413 B

12345678910111213141516171819202122232425262728
  1. #
  2. # Integration Test Config: General
  3. #
  4. listenAddressSingleHTTPFrontend: 0.0.0.0:1337
  5. logLevel: "DEBUG"
  6. checkForUpdates: false
  7. actions:
  8. - title: action1
  9. shell: date
  10. icon: clock
  11. - title: action2
  12. shell: date
  13. icon: clock
  14. - title: action3
  15. shell: date
  16. icon: clock
  17. dashboards:
  18. - title: My Dashboard
  19. contents:
  20. - title: action1
  21. - title: action2
  22. - title: action3