summaryrefslogtreecommitdiffhomepage
path: root/debug-me.default
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2017-05-09 16:27:45 -0400
committerJoey Hess <joeyh@joeyh.name>2017-05-09 16:27:45 -0400
commit54182fd08797eb82fe39dd67b7b5039aaa1dc0a1 (patch)
tree689c05251341632ce8a895a50231b3e00e63094a /debug-me.default
parent0bf26b8e905e2685c92e8eef4d9cdd9fcf5c49c4 (diff)
downloaddebug-me-54182fd08797eb82fe39dd67b7b5039aaa1dc0a1.tar.gz
Server: DEBUG_ME_FROM_EMAIL can be used to specify the --from-email.
This is used in debug-me.default to encourage configuring it.
Diffstat (limited to 'debug-me.default')
-rw-r--r--debug-me.default6
1 files changed, 5 insertions, 1 deletions
diff --git a/debug-me.default b/debug-me.default
index dded3e5..219b318 100644
--- a/debug-me.default
+++ b/debug-me.default
@@ -1,2 +1,6 @@
+# Configure the email address that debug-me uses when emailing logs to
+# users.
+DEBUG_ME_FROM_EMAIL=postmaster
+
# Parameters to pass to debug-me when it's started as a daemon.
-DAEMON_PARAMS="--server /var/log/debug-me/ --delete-old-logs --from-email postmaster"
+DAEMON_PARAMS="--server /var/log/debug-me/ --delete-old-logs"