Skip to content

Commit

Permalink
fix: correct var name in .env.example
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentauger committed Dec 30, 2024
1 parent 1efaf11 commit 05947b3
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 @@ -82,7 +82,7 @@ HASH_VERIFY=false
HEALTH_CHECK_ENABLED=true
ALLOWED_REGISTRATION_EMAIL_DOMAINS=example.com
MANUSCRIPT_SUBMISSION_EMAIL=""
MAX_UPLOAD_SIZE_MB=200
MAXIMUM_UPLOAD_SIZE_MB=200

# Vite environment variables
VITE_PUSHER_APP_KEY="${PUSHER_APP_KEY}"
Expand All @@ -93,4 +93,4 @@ VITE_PUSHER_APP_CLUSTER="${PUSHER_APP_CLUSTER}"

VITE_IDLE_TIMER_MIN=30
VITE_OSP_DEFAULT_ORG_ID=1
VITE_MAX_UPLOAD_SIZE_MB="${MAX_UPLOAD_SIZE_MB}"
VITE_MAX_UPLOAD_SIZE_MB="${MAXIMUM_UPLOAD_SIZE_MB}"

0 comments on commit 05947b3

Please sign in to comment.