Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Env update #892

Merged
merged 3 commits into from
Dec 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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}"
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"sass-embedded": "^1.83.0",
"vite-plugin-manifest-sri": "^0.2.0",
"vue": "^3.5.13",
"vue-i18n": "^10.0.5",
"vue-i18n": "^11.0.1",
"vue-router": "^4.5.0"
},
"devDependencies": {
Expand Down
60 changes: 27 additions & 33 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading