Created
August 19, 2017 13:56
-
-
Save AndrewDryga/ecbd7ff9eb64381dc00e8d312f357cc0 to your computer and use it in GitHub Desktop.
REPLACE_OS_VARS example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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