summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorJesús Espino <jespinog@gmail.com>2018-03-12 17:52:17 +0000
committerGitHub <noreply@github.com>2018-03-12 17:52:17 +0000
commitf2d26801b9647715fb43af873354d8def753868b (patch)
tree2975b8a46ffa1722f7c509a2b26564d81069bb1f /config
parent4e26594fcb03c378222d2316a004c291d48dd6c7 (diff)
downloadchat-f2d26801b9647715fb43af873354d8def753868b.tar.gz
chat-f2d26801b9647715fb43af873354d8def753868b.tar.bz2
chat-f2d26801b9647715fb43af873354d8def753868b.zip
Adding new global relay settings to diagnostics and default.json (#8441)
Diffstat (limited to 'config')
-rw-r--r--config/default.json8
1 files changed, 7 insertions, 1 deletions
diff --git a/config/default.json b/config/default.json
index cd170adef..b6bcc270a 100644
--- a/config/default.json
+++ b/config/default.json
@@ -358,7 +358,13 @@
"DailyRunTime": "01:00",
"ExportFromTimestamp": 0,
"FileLocation": "export",
- "BatchSize": 10000
+ "BatchSize": 10000,
+ "GlobalRelaySettings": {
+ "CustomerType": "A9",
+ "SmtpUsername": "",
+ "SmtpPassword": "",
+ "EmailAddress": ""
+ }
},
"JobSettings": {
"RunJobs": true,