aboutsummaryrefslogtreecommitdiffstats
path: root/bin/acme/datasource.json_sample
diff options
context:
space:
mode:
Diffstat (limited to 'bin/acme/datasource.json_sample')
-rwxr-xr-xbin/acme/datasource.json_sample23
1 files changed, 22 insertions, 1 deletions
diff --git a/bin/acme/datasource.json_sample b/bin/acme/datasource.json_sample
index 48e3838e..dc1d0188 100755
--- a/bin/acme/datasource.json_sample
+++ b/bin/acme/datasource.json_sample
@@ -38,11 +38,32 @@
"helptext" : "The registered script to manage defects",
"value" : "bin/acme/srtool_defect.py"
},
-
{
"name" : "SRTOOL_DEFECT_URLBASE",
"helptext" : "The url base lookup for the external defect tool",
"value" : "https://bugzilla.acme.org/show_bug.cgi?id="
+ },
+
+ {
+ "name" : "SRT_EMAIL_SMTP",
+ "helptext" : "The ACME SMTP server",
+ "value" : "smtp.acme.com"
+ },
+ {
+ "name" : "SRT_EMAIL_USER",
+ "helptext" : "The ACME email user account",
+ "value" : "srt_manager"
+ },
+ {
+ "_comment_" : "Fetch from environment",
+ "name" : "SRT_EMAIL_PASSWD",
+ "helptext" : "The ACME email user password",
+ "value" : ""
+ },
+ {
+ "name" : "SRT_EMAIL_FROM",
+ "helptext" : "The ACME email 'from' address",
+ "value" : "srt.manager@acme.com"
}
],
"datasource" : [