From 9b25f65ca655a567873c66c2b015884a3e013276 Mon Sep 17 00:00:00 2001 From: Tom Ritter Date: Mon, 25 Jan 2016 21:24:41 -0500 Subject: Initial commit of checker --- settings.cfg.example | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100755 settings.cfg.example (limited to 'settings.cfg.example') 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 -- cgit v1.2.3