Skip to content

Commit

Permalink
Merge pull request #1203 from mountaindude/1199
Browse files Browse the repository at this point in the history
1199
  • Loading branch information
mountaindude authored Jul 22, 2024
2 parents aaab73e + 81fea11 commit b16f489
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Show github.ref
run: echo "$GITHUB_REF"

- uses: google-github-actions/release-please-action@v4
- uses: googleapis/release-please-action@v4
id: release
if: github.repository_owner == 'ptarmiganlabs'
with:
Expand Down
7 changes: 7 additions & 0 deletions src/config/config-gen-api-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -805,6 +805,13 @@ Butler:
webhook:
enable: false

# Should Butler start a web server that serves an obfuscated view of the Butler config file?
configVisualisation:
enable: false
host: localhost # Hostname or IP address where the web server will listen. Should be localhost in most cases.
port: 3100 # Port where the web server will listen. Change if port 3100 is already in use.
obfuscate: true # Should the config file shown in the web UI be obfuscated?

# Certificates to use when connecting to Sense. Get these from the Certificate Export in QMC.
cert:
clientCert: ...
Expand Down

0 comments on commit b16f489

Please sign in to comment.