1
0
Fork 0
mirror of synced 2024-07-04 22:11:23 +12:00

Fix minio usage

This commit is contained in:
Adria Navarro 2023-07-25 10:44:53 +02:00
parent 5e59d73533
commit e2ac7e3463

View file

@ -80,7 +80,7 @@ function getRedisConfig() {
export function setupEnv(...envs: any[]) { export function setupEnv(...envs: any[]) {
const couch = getCouchConfig(), const couch = getCouchConfig(),
minio = getCouchConfig(), minio = getMinioConfig(),
redis = getRedisConfig() redis = getRedisConfig()
const configs = [ const configs = [
{ key: "COUCH_DB_PORT", value: couch.port }, { key: "COUCH_DB_PORT", value: couch.port },