File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11AWS_ACCESS_KEY_ID = " <aws-access-key-id>"
22AWS_ENDPOINT_URL_S3 = " <aws-endpoint-url-s3>"
3- AWS_S3_BUCKET = postgres-new- storage
3+ AWS_S3_BUCKET = storage
44AWS_SECRET_ACCESS_KEY = " <aws-secret-access-key>"
55AWS_REGION = us-east-1
66# enable PROXY protocol support
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ file_size_limit = "50MiB"
7474enabled = true
7575
7676# Uncomment to configure local storage buckets
77- [storage .buckets .postgres-new- storage ]
77+ [storage .buckets .storage ]
7878public = false
7979file_size_limit = " 200MiB"
8080
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ ACME_DIRECTORY_URL=https://acme-staging-v02.api.letsencrypt.org/directory
22ACME_EMAIL = " <acme-email>"
33AWS_ACCESS_KEY_ID = " <aws-access-key-id>"
44AWS_ENDPOINT_URL_S3 = http://172.17.0.1:54321/storage/v1/s3
5- AWS_S3_BUCKET = postgres-new- storage
5+ AWS_S3_BUCKET = storage
66AWS_SECRET_ACCESS_KEY = " <aws-secret-access-key>"
77AWS_REGION = local
88CLOUDFLARE_API_TOKEN = " <cloudflare-api-token>"
You can’t perform that action at this time.
0 commit comments