Guest User

Untitled

a guest
Jun 6th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. production:
  2. adapter: postgresql
  3. encoding: unicode
  4. database: <%= ENV['RDS_DB_NAME'] %>
  5. username: <%= ENV['RDS_USERNAME'] %>
  6. password: <%= ENV['RDS_PASSWORD'] %>
  7. host: <%= ENV['RDS_HOSTNAME'] %>
  8. port: <%= ENV['RDS_PORT'] %>
Add Comment
Please, Sign In to add comment