Ajout des variables d'environemment

This commit is contained in:
ElPoyo
2025-09-29 11:56:48 +02:00
parent b4a468c14b
commit 45f76cc5c8
8 changed files with 42 additions and 11 deletions

View File

@@ -10,6 +10,7 @@
"license": "MIT",
"dependencies": {
"cors": "^2.8.5",
"dotenv": "^17.2.2",
"express": "^4.18.2",
"multer": "^1.4.5-lts.1"
},
@@ -309,6 +310,18 @@
"npm": "1.2.8000 || >= 1.4.16"
}
},
"node_modules/dotenv": {
"version": "17.2.2",
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-17.2.2.tgz",
"integrity": "sha512-Sf2LSQP+bOlhKWWyhFsn0UsfdK/kCWRv1iuA2gXAwt3dyNabr6QSj00I2V10pidqz69soatm9ZwZvpQMTIOd5Q==",
"license": "BSD-2-Clause",
"engines": {
"node": ">=12"
},
"funding": {
"url": "https://dotenvx.com"
}
},
"node_modules/dunder-proto": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz",