ENV variables fix
This commit is contained in:
@@ -15,4 +15,4 @@ COMMON_CONTRACT_PATH='wrenchboard/wrenchboard/TEST/CONTRACTS'
|
||||
|
||||
#COMMON_DUMMY_PATH='wrenchboard/wrenchboard/LIVE/DUMMY'
|
||||
#COMMON_MYFILE_PATH='/wrenchboard/wrenchboard/LIVE/PROFILE'
|
||||
COMMON_CONTRACT_PATH='wrenchboard/wrenchboard/LIVE/CONTRACTS'
|
||||
#COMMON_CONTRACT_PATH='wrenchboard/wrenchboard/LIVE/CONTRACTS'
|
||||
@@ -5,6 +5,8 @@ const app = express()
|
||||
const cors = require("cors");
|
||||
const multer = require('multer')
|
||||
|
||||
require('dotenv').config();
|
||||
|
||||
const ENV_PARAM = process.env;
|
||||
// const videoFileMap2={
|
||||
// 'cdn':'videos/v1.mp4',
|
||||
|
||||
+4
-3
@@ -13,6 +13,9 @@
|
||||
"dependencies": {
|
||||
"axios": "^1.6.7",
|
||||
"body-parser": "^1.19.0",
|
||||
"cors": "^2.8.5",
|
||||
"dotenv": "^16.4.5",
|
||||
"express": "^4.18.2",
|
||||
"multer": "^1.4.5-lts.1",
|
||||
"openai": "^4.28.4",
|
||||
"openapi-types": "^10.0.0",
|
||||
@@ -25,9 +28,7 @@
|
||||
"underscore": "^1.8.3",
|
||||
"url": "^0.11.0",
|
||||
"winston": "^2.3.1",
|
||||
"winston-papertrail": "^1.0.4",
|
||||
"cors": "^2.8.5",
|
||||
"express": "^4.18.2"
|
||||
"winston-papertrail": "^1.0.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"eslint": "^8.57.0",
|
||||
|
||||
Reference in New Issue
Block a user