# shellcheck disable=SC2034

# These settings work for American Cloud.
#S3_ACCESS_KEY=???
#S3_BUCKET_NAME=giftsimagetest
#S3_ENDPOINT_SERVER=a2-west.americancloud.com
#S3_REGION=US
#S3_SECRET_KEY=???
#S3_SET_ACL=true
# These settings work for AWS.
S3_ACCESS_KEY=???
S3_BUCKET_NAME=gifts-image-test
S3_ENDPOINT_SERVER=gifts-image-test.s3.amazonaws.com
S3_REGION=us-west-1
S3_SECRET_KEY=???
S3_SET_ACL=false

# needed to check limits
#ENDORSER_API_URL=http://localhost:3000
#ENDORSER_API_URL=https://test-api.endorser.ch
#ENDORSER_API_URL=https://api.endorser.ch

# host where the final image can be accessed by the public
# default is https://test-image.timesafari.app
#DOWNLOAD_IMAGE_SERVER=test-image.timesafari.app

# default is 3002
#PORT=3000

# default is ./image.sqlite
# file name also referenced in flyway.conf and in code
#SQLITE_FILE=./image.sqlite