Commit da2de6b812feea44236158a1f1124dc1f23486b1

Authored by Sergio Oliveira
1 parent be1f012d

Updating attachments path

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/colab/custom_settings.py
... ... @@ -21,7 +21,7 @@ DJANGO_DATE_FORMAT_TO_JS = {
21 21 LANGUAGE_CODE = 'en'
22 22  
23 23 # The absolute path to the folder containing the attachments
24   -ATTACHMENTS_FOLDER_PATH = '/home/colab/trac/attachments/'
  24 +ATTACHMENTS_FOLDER_PATH = '/mnt/trac/attachments/'
25 25  
26 26 # ORDERING_DATA receives the options to order for as it's keys and a dict as
27 27 # value, if you want to order for the last name, you can use something like:
... ...