Skip to content

Instantly share code, notes, and snippets.

@jrhorn424
Forked from cupakromer/.env.development
Created November 14, 2013 22:46
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 jrhorn424/7475677 to your computer and use it in GitHub Desktop.
Save jrhorn424/7475677 to your computer and use it in GitHub Desktop.
# Check this into the features that have different schemas as you develop
# Before you merge to master you either comment this out or remove the file
export DATABASE_NAME=cool_story_bro
development:
adapter: postgresql
encoding: unicode
database: <%= ENV['DATABASE_NAME'] || myapp_development %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment