mirror of https://github.com/buster-so/buster.git
fix env var
This commit is contained in:
parent
1acecff3a4
commit
082284711b
|
@ -94,6 +94,12 @@
|
|||
"dependsOn": [
|
||||
"build:commonjs"
|
||||
]
|
||||
},
|
||||
"db:migrate": {
|
||||
"cache": false,
|
||||
"env": [
|
||||
"NODE_TLS_REJECT_UNAUTHORIZED"
|
||||
]
|
||||
}
|
||||
},
|
||||
"globalEnv": [
|
||||
|
@ -154,7 +160,8 @@
|
|||
"SLACK_CLIENT_ID",
|
||||
"SLACK_CLIENT_SECRET",
|
||||
"SLACK_SIGNING_SECRET",
|
||||
"MOMENTIC_API_KEY"
|
||||
"MOMENTIC_API_KEY",
|
||||
"NODE_TLS_REJECT_UNAUTHORIZED"
|
||||
],
|
||||
"envMode": "strict"
|
||||
}
|
Loading…
Reference in New Issue