Skip to content

Commit

Permalink
Merge #5271
Browse files Browse the repository at this point in the history
5271: Add better explanation of UPLOAD_DIR r=jniles a=jmcameron

Based on updates in PR #5269.


Co-authored-by: Jonathan Cameron <jmcameron@gmail.com>
  • Loading branch information
bors[bot] and jmcameron authored Jan 8, 2021
2 parents 7f75917 + 3e5e436 commit fcdf5d5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .env.sample
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,10 @@ SESS_SECRET='XopEn BlowFISH'
# define logging level for the npm debug module.
DEBUG=app,errors

# define the directory where we will upload reports to.
# must be writable by the application user
# define the directory where reports, files, and images will be uploaded.
# Upload directory requirements:
# - Must be writable by the application user.
# - Must be a relative directory within the Bhima installation.
UPLOAD_DIR='client/upload'

# Report directory (Define where reports will be saved on the server)
Expand Down

0 comments on commit fcdf5d5

Please sign in to comment.