Packages
A glific forked for Google Cloud Storage integration for Waffle file uploader library.
Current section
Files
Jump to
Current section
Files
config/config.exs
use Mix.Config
config :waffle, [
bucket: {:system, "WAFFLE_BUCKET"},
storage: Waffle.Storage.Google.CloudStorage,
]
config :goth, json: {:system, "GCP_CREDENTIALS"}