fix setting about migrate path

exceptionHandle
xianbo 12 years ago
parent fdcb68bd69
commit 95ed1880b5

3
.gitignore vendored

@ -6,8 +6,9 @@
/log/* /log/*
/test/* /test/*
/tmp/* /tmp/*
.gitignore
/config/database.yml /config/database.yml
/public/images/avatars/* /public/images/avatars/*
/Gemfile /Gemfile
/Gemfile.lock /Gemfile.lock
/db/schema.da

@ -173,7 +173,7 @@ default:
# Absolute path (e.g. /usr/bin/convert, c:/im/convert.exe) to # Absolute path (e.g. /usr/bin/convert, c:/im/convert.exe) to
# the ImageMagick's `convert` binary. Used to generate attachment thumbnails. # the ImageMagick's `convert` binary. Used to generate attachment thumbnails.
imagemagick_convert_command: '/opt/redmine-2.3.1-1/common/bin/convert' imagemagick_convert_command: '/home/pdl/redmine-2.3.1-1/common/bin/convert'
# Configuration of RMagcik font. # Configuration of RMagcik font.
# #

Loading…
Cancel
Save