Fix minio usage
This commit is contained in:
parent
5e59d73533
commit
e2ac7e3463
|
@ -80,7 +80,7 @@ function getRedisConfig() {
|
|||
|
||||
export function setupEnv(...envs: any[]) {
|
||||
const couch = getCouchConfig(),
|
||||
minio = getCouchConfig(),
|
||||
minio = getMinioConfig(),
|
||||
redis = getRedisConfig()
|
||||
const configs = [
|
||||
{ key: "COUCH_DB_PORT", value: couch.port },
|
||||
|
|
Loading…
Reference in New Issue