Skip to content

Commit

Permalink
chore: Update GCS loader and result storage configuration variables
Browse files Browse the repository at this point in the history
  • Loading branch information
incubator4 committed Jul 4, 2024
1 parent e7b51d0 commit ffca534
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fundamentals.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ GCS=$(cat <<EOF
################################# GCS Storage ##################################
## GCS Bucket where thumbor's loader will fetch images from.
LOADER = 'thumbor_gcs.loader.gcs_loader'
LOADER = '{{ LOADER | default('thumbor_gcs.loader.gcs_loader')}}'
## GCS Bucket ID where thumbor's loader will fetch images from.
LOADER_GCS_BUCKET_ID = '{{ LOADER_GCS_BUCKET_ID | default('') }}'
Expand All @@ -28,7 +28,7 @@ LOADER_GCS_PROJECT_ID = '{{ LOADER_GCS_PROJECT_ID | default('') }}'
LOADER_GCS_ROOT_PATH = '{{ LOADER_GCS_ROOT_PATH | default('') }}'
## GCS Bucket ID where thumbor's result storage will store images.
RESULT_STORAGE = 'thumbor_gcs.result_storage.gcs_result_storage'
RESULT_STORAGE = '{{ RESULT_STORAGE | default('thumbor_gcs.result_storage.gcs_result_storage')}}'
## GCS Bucket ID where thumbor's result storage will store images.
RESULT_STORAGE_GCS_BUCKET_ID = '{{ RESULT_STORAGE_GCS_BUCKET_ID | default('') }}'
Expand Down

0 comments on commit ffca534

Please sign in to comment.