Skip to content

Commit

Permalink
⚰️(backend) remove unused cold storage configurations
Browse files Browse the repository at this point in the history
Minio was removed from our stack, because it wasn't used.
Cleaned up some environment variables.
  • Loading branch information
lebaudantoine committed Jul 25, 2024
1 parent 2c2b4ed commit 86b03a3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/meet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
3 changes: 0 additions & 3 deletions env.d/development/common.dist
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 86b03a3

Please sign in to comment.