Skip to content

Commit

Permalink
fix: settings
Browse files Browse the repository at this point in the history
  • Loading branch information
SKairinos committed Dec 2, 2024
1 parent fd3ca0a commit f158f66
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .deploy/service.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,10 @@
"STATIC_ROOT": "REPLACE_IN_PIPELINE",
"STATIC_URL": "REPLACE_IN_PIPELINE",
"AWS_STORAGE_BUCKET_NAME": "REPLACE_IN_PIPELINE",
"AWS_S3_CUSTOM_DOMAIN": "${AWS_S3_CUSTOM_DOMAIN}",
"AWS_LOCATION": "${AWS_LOCATION}",
"AWS_DEFAULT_ACL": "${AWS_DEFAULT_ACL}"
"AWS_S3_ADDRESSING_STYLE": "${AWS_S3_ADDRESSING_STYLE}",
"AWS_S3_REGION_NAME": "${AWS_S3_REGION_NAME}",
"AWS_DEFAULT_ACL": "${AWS_DEFAULT_ACL}",
"AWS_LOCATION": "${AWS_LOCATION}"
}
}
]
Expand Down

0 comments on commit f158f66

Please sign in to comment.