fix(ui): uses correct default URL value for WALE_S3_ENDPOINT (#1793)

Co-authored-by: Emil Bostijancic <emil.bostijancic@gmaail.com>
This commit is contained in:
Emil Bostijancic 2022-02-23 15:30:23 +01:00 committed by GitHub
parent 3ce0b1e7fa
commit 2d2386f519
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ COST_MEMORY = 30.5 * 24 * float(getenv('COST_MEMORY', 0.014375)) # Memory GB m5
WALE_S3_ENDPOINT = getenv(
'WALE_S3_ENDPOINT',
'https+path://s3-eu-central-1.amazonaws.com:443',
'https+path://s3.eu-central-1.amazonaws.com:443',
)
USE_AWS_INSTANCE_PROFILE = (