config.yaml 629 B

1234567891011121314151617181920
  1. ---
  2. listenAddressSingleHTTPFrontend: 0.0.0.0:1337
  3. logLevel: "DEBUG"
  4. checkForUpdates: false
  5. defaultPopupOnStart: execution-dialog
  6. actions:
  7. - title: Test suggestionsBrowserKey
  8. shell: "echo 'Input value: {{ testInput }}, Second input: {{ testInput2 }}'"
  9. icon: ping
  10. arguments:
  11. - name: testInput
  12. title: Test Input
  13. description: "This input uses suggestionsBrowserKey"
  14. suggestionsBrowserKey: test-suggestions-key
  15. - name: testInput2
  16. title: Test Input 2
  17. description: "This input shares the same suggestionsBrowserKey"
  18. suggestionsBrowserKey: test-suggestions-key