diff options
| author | Paul Buetow <paul@buetow.org> | 2023-11-05 10:11:23 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2023-11-05 10:11:23 +0200 |
| commit | 09154a189447397ab19a4cdc547bdbbe1a749042 (patch) | |
| tree | 962f6812384d59605cf671af777c20e9e919ff8c | |
| parent | 557ee8df7afd11e4ecc21ab650391722847bd6d6 (diff) | |
enable gorum notification
| -rw-r--r-- | frontends/etc/gorum.json.tpl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/frontends/etc/gorum.json.tpl b/frontends/etc/gorum.json.tpl index 3065c74..6efae21 100644 --- a/frontends/etc/gorum.json.tpl +++ b/frontends/etc/gorum.json.tpl @@ -1,6 +1,8 @@ { "StateDir": "/var/run/gorum", "Address": "<%= $hostname.'.'.$domain %>:4321", + "EmailTo": "paul", + "EmailFrom": "gorum@mx.buetow.org", "Nodes": { "Blowfish": { "Hostname": "blowfish.buetow.org", |
