summaryrefslogtreecommitdiff
path: root/config.yml.example
diff options
context:
space:
mode:
authorash <smashwilson@gmail.com>2013-05-18 20:19:40 +0000
committerash <smashwilson@gmail.com>2013-05-18 20:19:40 +0000
commit45b3a3a7cda1296682a2054abf89c95a55c78f0f (patch)
tree3ec86f70d0f9c3ffbf4a43c235d109e8fd2df15e /config.yml.example
parent1b7e9d539efb583a8f643c1a67092906873ea1a4 (diff)
downloadgitlab-shell-45b3a3a7cda1296682a2054abf89c95a55c78f0f.tar.gz
Oops, Travis doesn't like absolute paths in the config file.
Diffstat (limited to 'config.yml.example')
-rw-r--r--config.yml.example3
1 files changed, 2 insertions, 1 deletions
diff --git a/config.yml.example b/config.yml.example
index c3411d1..339e5a2 100644
--- a/config.yml.example
+++ b/config.yml.example
@@ -25,7 +25,8 @@ redis:
namespace: resque:gitlab
# Log file.
-log_file: "/home/git/gitlab-shell/gitlab-shell.log"
+# Default is gitlab-shell.log in the root directory.
+# log_file: "/home/git/gitlab-shell/gitlab-shell.log"
# Log level. INFO by default
log_level: INFO