General-API/src/config.yaml

9 lines
261 B
YAML

images:
# This component will serve files from a static bucket, randomly
# You should set the bucket to public, we will return the url
access_key: ${ACCESS_KEY}
secret_key: ${SECRET_KEY}
endpoint: s3.clortox.com
bucket: static-assets
secure: True