Change URL files
Added by West Lounge almost 2 years ago
Hi,
Is it possible to change the url where the files are load into redmine ?
is it possible to have a folder architecture by project and not by date?
Thanks
Replies (1)
RE: Change URL files - Added by Holger Just almost 2 years ago
Redmine stores the files on disk on the server in a directory structure keyed by year and month. The files are stored by default within the files
directory within your Redmine installation. These stored files on disk are not supposed to be changed or consumed outside of Redmine. You should not remove, update and files there on your own to avoid data inconsistencies.
If you want to store the diles in a different directory however, you can change this by setting the attachments_storage_path
in your configuration.yml
and restarting Redmine. Make sure to move the existing files from the files
directory on your server to this new location before.