Skip to content

Commit

Permalink
chore: bump and bring forward health env var
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentauger committed Dec 16, 2024
1 parent 68f1ca8 commit 809afff
Show file tree
Hide file tree
Showing 4 changed files with 391 additions and 406 deletions.
2 changes: 2 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -89,3 +89,5 @@ ORCID_CLIENT_SECRET=""

# required to migrate hash algorithm. Remove after migration
HASH_VERIFY=false

HEALTH_CHECK_ENABLED=true
12 changes: 6 additions & 6 deletions composer.lock

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

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,27 +15,27 @@
"@vueuse/core": "^12.0.0",
"dompurify": "^3.2.3",
"pinia": "^2.3.0",
"quasar": "^2.17.4",
"sass-embedded": "^1.82.0",
"quasar": "^2.17.5",
"sass-embedded": "^1.83.0",
"vite-plugin-manifest-sri": "^0.2.0",
"vue": "^3.5.13",
"vue-i18n": "^10.0.5",
"vue-router": "^4.5.0"
},
"devDependencies": {
"@antfu/eslint-config": "^3.11.2",
"@antfu/eslint-config": "^3.12.0",
"@quasar/vite-plugin": "^1.8.1",
"@types/node": "^22.10.2",
"axios": "^1.7.9",
"cypress": "^13.16.1",
"eslint": "^9.16.0",
"eslint": "^9.17.0",
"eslint-plugin-quasar": "^1.1.0",
"globals": "^15.13.0",
"laravel-vite-plugin": "^1.1.1",
"lodash": "^4.17.21",
"prettier": "^3.4.2",
"typescript": "^5.7.2",
"unplugin-auto-import": "^0.18.6",
"unplugin-auto-import": "^0.19.0",
"vite": "^6.0.3",
"vue-tsc": "^2.1.10"
}
Expand Down
Loading

0 comments on commit 809afff

Please sign in to comment.