summaryrefslogtreecommitdiffstats
path: root/lib/Plugins/TicketUploader.conf
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2010-01-26 16:39:29 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2010-01-26 16:39:29 +0100
commit04aab9deefe0dfdaeba4cdba11f81ee6177294e9 (patch)
treea622a9ac17b127a3cb5a72a8ee965831c808683a /lib/Plugins/TicketUploader.conf
parentfaf415ae470e4449880cf0377b8186382682c5ae (diff)
downloadabrt-04aab9deefe0dfdaeba4cdba11f81ee6177294e9.tar.gz
abrt-04aab9deefe0dfdaeba4cdba11f81ee6177294e9.tar.xz
abrt-04aab9deefe0dfdaeba4cdba11f81ee6177294e9.zip
FileTransfer.conf, TicketUploader.conf: better comments
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'lib/Plugins/TicketUploader.conf')
-rw-r--r--lib/Plugins/TicketUploader.conf15
1 files changed, 9 insertions, 6 deletions
diff --git a/lib/Plugins/TicketUploader.conf b/lib/Plugins/TicketUploader.conf
index b6e9c5f3..d851a167 100644
--- a/lib/Plugins/TicketUploader.conf
+++ b/lib/Plugins/TicketUploader.conf
@@ -1,16 +1,19 @@
# Customer = "Example Inc."
# Ticket = IT12345
# Encrypt = yes
+# If set to "no" or commented out,
+# compressed ticket data will be copied to /tmp:
# Upload = yes
-# URL to upload the files to
-# supported: ftp, ftps, http, https, scp, sftp, tftp
+# If "Upload = yes", URL to upload the files to.
+# supported: ftp, ftps, http, https, scp, sftp, tftp, file
# for example: ftp://user:password@server.name/directory
# or: scp://user:password@server.name:port/directory etc.
+# for testing: file:///tmp/test_directory
# URL =
-#how many times we try to upload the file
-#RetryCount = 3
+# How many times we try to upload the file
+# RetryCount = 3
-#how long we wait between we retry the upload (in seconds)
-#RetryDelay = 20
+# How long we wait between we retry the upload (in seconds)
+# RetryDelay = 20