Skip to content

Commit e2185a0

Browse files
committed
updating env names to match kubernetes config
1 parent 2bdccaa commit e2185a0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

services/api-v3/api/settings.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ class Settings(BaseSettings):
3636
)
3737

3838
# S3 / MinIO
39-
s3_access_key: str = Field(alias="S3_ACCESS_KEY")
40-
s3_secret_key: str = Field(alias="S3_SECRET_KEY")
41-
s3_bucket: str = Field(alias="S3_BUCKET")
42-
s3_endpoint: str = Field(alias="S3_ENDPOINT")
39+
s3_access_key: str = Field(alias="ACCESS_KEY")
40+
s3_secret_key: str = Field(alias="SECRET_KEY")
41+
s3_bucket: str = Field(alias="BUCKET")
42+
s3_endpoint: str = Field(alias="S3_HOST")
4343
s3_secure: bool = Field(default=True, alias="S3_SECURE")
4444

4545

0 commit comments

Comments
 (0)