update config
This commit is contained in:
parent
56aa41ac67
commit
98239bf324
@ -4,4 +4,4 @@ API_TOKEN_SECRET=sdf(**&*&xx2214
|
|||||||
API_TOKEN_EXPIRESIN=1d
|
API_TOKEN_EXPIRESIN=1d
|
||||||
|
|
||||||
GOOGLE_OAUTH_CLIENT="165555585193-glmtnb94s3kkq906hal72ppiuoqpjjc5.apps.googleusercontent.com"
|
GOOGLE_OAUTH_CLIENT="165555585193-glmtnb94s3kkq906hal72ppiuoqpjjc5.apps.googleusercontent.com"
|
||||||
DB_MAIN=mongodb://localhost/wallet-production
|
DB_MAIN=mongodb://127.0.0.1/wallet-production
|
@ -6,7 +6,7 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"dev:api": "ts-node -r tsconfig-paths/register src/api.ts",
|
"dev:api": "ts-node -r tsconfig-paths/register src/api.ts",
|
||||||
"build": "tsc",
|
"build": "tsc",
|
||||||
"prod:api": "NODE_PATH=./dist node dist/api.js",
|
"prod:api": "NODE_ENV=production NODE_PATH=./dist node dist/api.js",
|
||||||
"lint": "eslint --ext .ts src/**",
|
"lint": "eslint --ext .ts src/**",
|
||||||
"format": "eslint --ext .ts src/** --fix"
|
"format": "eslint --ext .ts src/** --fix"
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user