Packages

Google Cloud Storage integration for Waffle file uploader library.

Current section

Files

Jump to
waffle_gcs_copy config config.exs
Raw

config/config.exs

use Mix.Config
config :waffle, [
bucket: {:system, "WAFFLE_BUCKET"},
storage: Waffle.Storage.Google.CloudStorage,
]
config :goth, json: {:system, "GCP_CREDENTIALS"}