Ajout des fichiers .env
This commit is contained in:
+2
-2
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "hu-api",
|
||||
"name": "adastra-api",
|
||||
"version": "1.0.0",
|
||||
"description": "Ad Astra API",
|
||||
"main": "app.js",
|
||||
@@ -9,7 +9,7 @@
|
||||
],
|
||||
"scripts": {
|
||||
"start": "APP_ENV=production node ./app.js",
|
||||
"dev": "APP_ENV=development nodemon ./app.js",
|
||||
"dev": "APP_ENV=development node ./app.js",
|
||||
"local": "APP_ENV=local nodemon ./app.js",
|
||||
"test": "newman run ./tests/api-tests.postman.json -e ./tests/env-api-tests.postman.json",
|
||||
"stop": "lsof -ti :3200 | xargs kill",
|
||||
|
||||
Reference in New Issue
Block a user