Uploading of performer photos.

This commit is contained in:
codevictory
2021-06-01 18:50:32 +03:00
parent a4ee8421ef
commit d1571414d7
3 changed files with 17 additions and 16 deletions

View File

@@ -36,5 +36,6 @@ config :ex_aws,
access_key_id: System.get_env("S3_ACCESS_KEY"),
secret_access_key: System.get_env("S3_SECRET_KEY"),
s3: [
host: System.get_env("S3_PRIVATE_HOST")
host: System.get_env("S3_PRIVATE_HOST"),
region: System.get_env("S3_REGION")
]