summaryrefslogtreecommitdiff
path: root/settings.cfg.example
blob: 19b60d3c40d49e036a59d443664ef22dab83c2fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[general]
servername=uniqueservername
alertcontact=youremail@example.com
logfile=/fully/qualified/path/logfile.log
statefile=/fully/qualified/path/jobrunhistory.db

[email]
nomail=False
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
#If set, append a random number to prevent gmail threading
bustgmailthreading=False

[peers]
peer1=http://someserver.com:5000,admin@someserverbackup.com
peer2=http://someotherserver.com:5000,admin@someotherserver.com