Skip to content

Instantly share code, notes, and snippets.

@AndrewDryga
Created August 19, 2017 13:56
Show Gist options
  • Save AndrewDryga/ecbd7ff9eb64381dc00e8d312f357cc0 to your computer and use it in GitHub Desktop.
Save AndrewDryga/ecbd7ff9eb64381dc00e8d312f357cc0 to your computer and use it in GitHub Desktop.
REPLACE_OS_VARS example
config :myapp_api, :third_party_lib,
cloud_name: "${CLOUDINARY_CLOUD_NAME}",
bucket_name: "${CLOUDINARY_BUCKET_NAME}",
bucket_region: "${CLOUDINARY_BUCKET_REGION}",
frontend_url: "${FRONTEND_URL}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment