Skip to content

Instantly share code, notes, and snippets.

@cameck
Created July 1, 2016 13:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cameck/213e1f3183088214e6817668b4facd4d to your computer and use it in GitHub Desktop.
Save cameck/213e1f3183088214e6817668b4facd4d to your computer and use it in GitHub Desktop.
AWS Database Configs for Rails
production:
<<: *default
database: <%= ENV['RDS_DB_NAME'] %>
username: <%= ENV['RDS_USERNAME'] %>
password: <%= ENV['RDS_PASSWORD'] %>
host: <%= ENV['RDS_HOSTNAME'] %>
port: <%= ENV['RDS_PORT'] %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment