diff options
author | Tom Ritter <tom@ritter.vg> | 2016-01-31 13:22:08 -0600 |
---|---|---|
committer | Tom Ritter <tom@ritter.vg> | 2016-01-31 13:22:08 -0600 |
commit | 3bea3bae59e7404b286b5bf97a6270270bfadd6c (patch) | |
tree | c9d1d7cf76681420587198d09abda761912c47c4 /settings.cfg.example | |
parent | 1a8b46d940d3a4bc06700d15307191bb10008ea6 (diff) |
Refactor lots of things to allow you to be notified every so often, instead of every single time.
Diffstat (limited to 'settings.cfg.example')
-rwxr-xr-x | settings.cfg.example | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/settings.cfg.example b/settings.cfg.example index 3ce86f2..ffac31e 100755 --- a/settings.cfg.example +++ b/settings.cfg.example @@ -1,6 +1,7 @@ [general]
servername=uniqueservername
alertcontact=youremail@example.com
+statefile=jobrunhistory.db
[email]
user=agmailaccountyoucreate@gmail.com
|