From 470e6298481409b23bc6aeaf36d0434784cddd75 Mon Sep 17 00:00:00 2001 From: Brian V Date: Wed, 28 Jul 2021 12:06:52 +0100 Subject: [PATCH] Adding clarity on supporting Tengo on a docker container --- Settings.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Settings.md b/Settings.md index 3d5a973..c5af41a 100644 --- a/Settings.md +++ b/Settings.md @@ -1352,6 +1352,9 @@ The script is reloaded on every message, so you can modify the script on the fly The default script in https://github.com/42wim/matterbridge/tree/master/internal/tengo/outmessage.tengo is compiled in and will be executed if no script is specified. +**Tengo scripts on a docker instance** +Place your scripts in `/etc/matterbridge` on the container and reference them with `OutMessage="/etc/matterbridge/example.tengo"` + Setting: OPTIONAL, RELOADABLE \ Format: string Example: