4
0

config.yaml 591 B

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