summaryrefslogtreecommitdiffstats
path: root/config/configuration.yml.example
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2020-04-20 14:16:31 +0000
committerGo MAEDA <maeda@farend.jp>2020-04-20 14:16:31 +0000
commit7ac73fa6f41862e9d819cdb71dd7bb95c5f59715 (patch)
tree315a9417532465a406cc75d76160bb4530f7175c /config/configuration.yml.example
parent8eeafcdd5ec0690cb8ce15addc3ec16721b1874e (diff)
downloadredmine-7ac73fa6f41862e9d819cdb71dd7bb95c5f59715.tar.gz
redmine-7ac73fa6f41862e9d819cdb71dd7bb95c5f59715.zip
Merged r19712 from trunk to 4.1-stable (#33283).
git-svn-id: http://svn.redmine.org/redmine/branches/4.1-stable@19713 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/configuration.yml.example')
-rw-r--r--config/configuration.yml.example4
1 files changed, 4 insertions, 0 deletions
diff --git a/config/configuration.yml.example b/config/configuration.yml.example
index a8b6be83c..5dbb7170c 100644
--- a/config/configuration.yml.example
+++ b/config/configuration.yml.example
@@ -179,6 +179,10 @@ default:
# the ImageMagick's `convert` binary. Used to generate attachment thumbnails.
#imagemagick_convert_command:
+ # Absolute path (e.g. /usr/bin/gs, c:/ghostscript/gs.exe) to
+ # the `gs` binary. Used to generate attachment thumbnails of PDF files.
+ #gs_command:
+
# Configuration of MiniMagick font.
#
# Redmine uses MiniMagick in order to export a gantt chart to a PNG image.