Skip to content

Instantly share code, notes, and snippets.

@lopezjurip
Created August 26, 2016 00:51
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 lopezjurip/3742a368f753d37e7608b01e21eaeac9 to your computer and use it in GitHub Desktop.
Save lopezjurip/3742a368f753d37e7608b01e21eaeac9 to your computer and use it in GitHub Desktop.
# config/database.yml
# ...
production:
<<: *default
host: postgresql
database: railsapi_production
username: railsapi
password: <%= ENV['POSTGRES_PASSWORD'] %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment