aboutsummaryrefslogtreecommitdiff
path: root/src/conf
diff options
context:
space:
mode:
authorDavid Timber <dxdt@dev.snart.me>2022-05-29 13:55:16 +0800
committerDavid Timber <dxdt@dev.snart.me>2022-05-29 13:55:16 +0800
commitdecf814739a83cb30dff49c89de5152178052c02 (patch)
treef480bed0a7a68c6a5382a799b0fac38cd813eeed /src/conf
parent359971dbf81a6c1de2f4e6cfa59e7e6dde4a7731 (diff)
boot-report: add "int-opts" in "mua-param"
Diffstat (limited to 'src/conf')
-rw-r--r--src/conf/py-sample/sample.jsonc4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/conf/py-sample/sample.jsonc b/src/conf/py-sample/sample.jsonc
index 0004a28..b519fdf 100644
--- a/src/conf/py-sample/sample.jsonc
+++ b/src/conf/py-sample/sample.jsonc
@@ -7,7 +7,9 @@
// "mua": "stdout",
"mua": "mailx",
// "mua": "aws-sns",
- // "mua-param": {},
+ "mua-param": {
+ "int-opts": [ "smtp=localhost" ]
+ },
"mail-to": [ "root" ]
// "subject": "Custom Boot Report Subject from {hostname}",
// "header": "Custom header content with {hostname} substitution."