Last active
April 21, 2016 21:55
-
-
Save josephabrahams/e3e244819996d7702fcc to your computer and use it in GitHub Desktop.
Configuring a Heroku app to use an AWS RDS instance
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
#!/bin/bash | |
mkdir ./config && curl http://s3.amazonaws.com/rds-downloads/rds-combined-ca-bundle.pem > ./config/amazon-rds-ca-cert.pem | |
#DATABASE_URL=postgres://user:password@host:port/database?sslca=config/amazon-rds-ca-cert.pem |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Based on: https://devcenter.heroku.com/articles/amazon-rds