Skip to content

Commit

Permalink
Quick Example Env Variable Name Fix (#388)
Browse files Browse the repository at this point in the history
This should allow outside contributors to use the env files correctly
  • Loading branch information
dowhep authored Jan 20, 2024
1 parent 65cd022 commit 98c266c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ CLIENT=localhost:8000
MAX_EVENT_COVER_FILE_SIZE=
MAX_PROFILE_PICTURE_FILE_SIZE=
MAX_BANNER_FILE_SIZE=
MAX_MERCH_ITEM_PICTURE_FILE_SIZE=
MAX_MERCH_PHOTO_FILE_SIZE=
MAX_RESUME_FILE_SIZE=

PROFILE_PICTURE_UPLOAD_PATH=
EVENT_COVER_UPLOAD_PATH=
BANNER_UPLOAD_PATH=
MERCH_ITEM_PICTURE_UPLOAD_PATH=
MERCH_PHOTO_UPLOAD_PATH=
RESUME_UPLOAD_PATH=

BASE_UPLOAD_PATH=
Expand Down

0 comments on commit 98c266c

Please sign in to comment.