config.yaml 292 B

1234567891011121314
  1. #
  2. # Integration Test Config: envTemplateIcon
  3. # Tests that .Env template variable works in icon field
  4. #
  5. listenAddressSingleHTTPFrontend: 0.0.0.0:1337
  6. logLevel: "DEBUG"
  7. checkForUpdates: false
  8. actions:
  9. - title: Test Action with Env Icon
  10. shell: echo "test"
  11. icon: "{{ .Env.ADGUARD_ICON }}"