aboutsummaryrefslogtreecommitdiff
path: root/settings.cfg.example
diff options
context:
space:
mode:
authorTom Ritter <tom@ritter.vg>2016-01-25 21:24:41 -0500
committerTom Ritter <tom@ritter.vg>2016-01-25 21:24:41 -0500
commit9b25f65ca655a567873c66c2b015884a3e013276 (patch)
tree242b994394ebbbcfdcc72eba6241f4ea03cf921c /settings.cfg.example
Initial commit of checker
Diffstat (limited to 'settings.cfg.example')
-rwxr-xr-xsettings.cfg.example16
1 files changed, 16 insertions, 0 deletions
diff --git a/settings.cfg.example b/settings.cfg.example
new file mode 100755
index 0000000..2dd8695
--- /dev/null
+++ b/settings.cfg.example
@@ -0,0 +1,16 @@
+[alertcontact]
+default=youremail@example.com
+
+[email]
+user=agmailaccountyoucreate@gmail.com
+pass=yourpassword
+smtpserver=smtp.gmail.com
+smtpport=587
+imapserver=imap.gmail.com
+#I create a filter that automatically deletes my sent messages.
+# This way, anyone who hacks the account only sees the last 30 days of messages I've sent
+ideletesentmessagesautomatically=True
+
+[peers]
+peer1=http://someserver.com:5000,admin@someserverbackup.com
+peer2=http://someotherserver.com:5000,admin@someotherserver.com \ No newline at end of file