1
0
Fork 0
mirror of synced 2024-07-02 21:10:43 +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[]) {
const couch = getCouchConfig(),
minio = getCouchConfig(),
minio = getMinioConfig(),
redis = getRedisConfig()
const configs = [
{ key: "COUCH_DB_PORT", value: couch.port },