Skip to content

Commit

Permalink
fix: Disable MQTT and uptime monitor in template config file
Browse files Browse the repository at this point in the history
Fixes #138
  • Loading branch information
mountaindude committed Jan 5, 2022
1 parent 601c5d6 commit 32a80c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/default_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ dockerHealthCheck:
# Uptime monitor
# When enabled, Butler CW will write info on uptime and used memory to log files
uptimeMonitor:
enabled: true # Should uptime messages be written to the console and log files?
enabled: false # Should uptime messages be written to the console and log files?
frequency: every 60 seconds # https://breejs.github.io/later/parsers.html#text
logLevel: verbose # Starting at what log level should uptime messages be shown?

Expand All @@ -54,7 +54,7 @@ clientCertCAPath: /path/to/client/cert/root.pem
# MQTT config parameters
mqttConfig:
out:
enable: true # Should info about cache run/warming events be sent as MQTT messages?
enable: false # Should info about cache run/warming events be sent as MQTT messages?
baseTopic: butler-cw/ # Topic to send cache run events to. Should end with /
tzFormat: UTC # LOCAL or UTC. Default is UTC
broker: # MQTT server/broker config
Expand Down

0 comments on commit 32a80c6

Please sign in to comment.