Skip to content

Instantly share code, notes, and snippets.

@BrianTheCoder
Created April 30, 2014 18:12
Show Gist options
  • Save BrianTheCoder/43ac81b6c55fc23a94fd to your computer and use it in GitHub Desktop.
Save BrianTheCoder/43ac81b6c55fc23a94fd to your computer and use it in GitHub Desktop.
production:
adapter: postgresql
encoding: unicode
database: <%= ENV['POSTGRESQL_DATABASE'] %>
host: <%= ENV['POSTGRESQL_HOST'] %>
port: 5432
username: <%= ENV['POSTGRESQL_USERNAME'] %>
password: <%= ENV['POSTGRESQL_PASSWORD'] %>
pool: 5
timeout: 5000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment