removed already defined environment variable

This commit is contained in:
brian
2025-03-18 19:30:12 +00:00
parent 7d8af1c582
commit c5bcd09bba
@@ -39,7 +39,6 @@ necessary_env_vars = {
'MONGO_ENDPOINT',
}
env_var_map = {
'MINIO_ENDPOINT': 'localhost:9000',
'MINIO_BUCKET_NAME': 'test-bucket',
'MINIO_OBJECT_NAME': 'test-object',
'MINIO_IMAGE_NAME': 'test-image',