From 86b03a3d47f5fb6c6e41795d1fdc6b87fa6bc1f2 Mon Sep 17 00:00:00 2001 From: lebaudantoine Date: Thu, 25 Jul 2024 18:22:31 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9A=B0=EF=B8=8F(backend)=20remove=20unused?= =?UTF-8?q?=20cold=20storage=20configurations?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Minio was removed from our stack, because it wasn't used. Cleaned up some environment variables. --- .github/workflows/meet.yml | 3 --- env.d/development/common.dist | 3 --- 2 files changed, 6 deletions(-) diff --git a/.github/workflows/meet.yml b/.github/workflows/meet.yml index 23f6fc75..b070b7d9 100644 --- a/.github/workflows/meet.yml +++ b/.github/workflows/meet.yml @@ -122,9 +122,6 @@ jobs: DB_PASSWORD: pass DB_PORT: 5432 STORAGES_STATICFILES_BACKEND: django.contrib.staticfiles.storage.StaticFilesStorage - AWS_S3_ENDPOINT_URL: http://localhost:9000 - AWS_S3_ACCESS_KEY_ID: impress - AWS_S3_SECRET_ACCESS_KEY: password LIVEKIT_API_SECRET: secret LIVEKIT_API_KEY: devkey diff --git a/env.d/development/common.dist b/env.d/development/common.dist index 1866af3d..b0a31f4a 100644 --- a/env.d/development/common.dist +++ b/env.d/development/common.dist @@ -18,9 +18,6 @@ MEET_BASE_URL="http://localhost:8072" # Media STORAGES_STATICFILES_BACKEND=django.contrib.staticfiles.storage.StaticFilesStorage -AWS_S3_ENDPOINT_URL=http://minio:9000 -AWS_S3_ACCESS_KEY_ID=meet -AWS_S3_SECRET_ACCESS_KEY=password # OIDC OIDC_OP_JWKS_ENDPOINT=http://nginx:8083/realms/meet/protocol/openid-connect/certs