Skip to content

Instantly share code, notes, and snippets.

@csexton
Created July 8, 2014 02:17
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 csexton/88d6290e2d0b1b1ac717 to your computer and use it in GitHub Desktop.
Save csexton/88d6290e2d0b1b1ac717 to your computer and use it in GitHub Desktop.
Database Yaml for Corporate Tool
default: &default
adapter: postgresql
encoding: unicode
pool: 5
username: <%= ENV['USER'] %>
password:
host: localhost
development:
<<: *default
database: corporate_tool_development
test:
<<: *default
database: corporate_tool_test
production:
<<: *default
database: corporate_tool_production
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment