fix key error
All checks were successful
Build and Publish / build-release (push) Successful in 1m33s

This commit is contained in:
2026-04-15 15:50:42 -05:00
parent 1575c7de79
commit fecc0cf562
3 changed files with 4 additions and 2 deletions

View File

@@ -27,7 +27,7 @@ config :ex_aws, :s3,
host: s3_host,
port: s3_port
config :provider_service, :s3_bucket, System.get_env("S3_BUCKET")
config :provider_service, :s3_bucket, System.get_env("S3_BUCKET", "provider-service")
if System.get_env("PHX_SERVER") do
config :provider_service, ProviderServiceWeb.Endpoint, server: true