Skip to content
This repository has been archived by the owner on Jun 30, 2021. It is now read-only.

Commit

Permalink
Add all file storage settings to admin_api config (#802)
Browse files Browse the repository at this point in the history
  • Loading branch information
Thibault authored Feb 12, 2019
1 parent 54b899e commit 3b943f3
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion apps/admin_api/config/config.exs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,14 @@ config :admin_api,
ecto_repos: [],
settings: [
:sender_email,
:file_storage_adapter
:file_storage_adapter,
:aws_access_key_id,
:aws_secret_access_key,
:aws_region,
:aws_bucket,
:file_storage_adapter,
:gcs_bucket,
:gcs_credentials
]

# Configs for the endpoint
Expand Down

0 comments on commit 3b943f3

Please sign in to comment.