summaryrefslogtreecommitdiff
path: root/settings.json.template
diff options
context:
space:
mode:
authorDan Bornstein <danfuzz@milk.com>2016-08-12 11:05:40 -0700
committerDan Bornstein <danfuzz@milk.com>2016-08-12 11:05:40 -0700
commit219a1dc3e30b0a7da2b2894cf486b9103b50020b (patch)
treeeac2f64428679857c66148e4a083c85ccf2d8419 /settings.json.template
parent2996f0fad7103917e8a3c36a59d3ff54ce733d3e (diff)
downloadetherpad-lite-219a1dc3e30b0a7da2b2894cf486b9103b50020b.zip
Fix value to be valid JSON.
Also fixed some errant EOL whitespace.
Diffstat (limited to 'settings.json.template')
-rw-r--r--settings.json.template4
1 files changed, 2 insertions, 2 deletions
diff --git a/settings.json.template b/settings.json.template
index 9dec7c67..418048f6 100644
--- a/settings.json.template
+++ b/settings.json.template
@@ -3,7 +3,7 @@
Please edit settings.json, not settings.json.template
- To still commit settings without credentials you can
+ To still commit settings without credentials you can
store any credential settings in credentials.json
*/
{
@@ -197,7 +197,7 @@
{ "type": "smtp"
, "subject": "An error occured in your EPL instance!"
, "recipients": "bar@blurdybloop.com, baz@blurdybloop.com"
- , "sendInterval": 60*5 // in secs -- will buffer log messages; set to 0 to send a mail for every message
+ , "sendInterval": 300 // 60 * 5 = 5 minutes -- will buffer log messages; set to 0 to send a mail for every message
, "transport": "SMTP", "SMTP": { // see https://github.com/andris9/Nodemailer#possible-transport-methods
"host": "smtp.example.com", "port": 465,
"secureConnection": true,