Update config.template

This commit is contained in:
SpudGunMan
2025-10-02 13:17:48 -07:00
parent 02322cdf91
commit a66dbd13fd
+5 -1
View File
@@ -273,13 +273,17 @@ signalCycleLimit = 5
[fileMon]
filemon_enabled = False
# text file to monitor for changes
file_path = alert.txt
# channel to send the message to can be 2,3 multiple channels comma separated
broadcastCh = 2
# news command will return the contents of a text file
enable_read_news = False
news_file_path = news.txt
# only return a single random line from the news file
news_random_line = False
# enable the use of exernal shell commands
# enable the use of exernal shell commands, this enables some data in `sysinfo`
enable_runShellCmd = False
[smtp]