Skip to content
This repository has been archived by the owner on Mar 20, 2018. It is now read-only.

Commit

Permalink
Moved database.yml to database.yml.example so local changes specific
Browse files Browse the repository at this point in the history
to each developer environment are not tracked. And git will now
ignore config/database.yml.
  • Loading branch information
Mark Steckel committed Aug 19, 2013
1 parent 43ceecc commit e38b44f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ system.gems
.ruby-gemset
.ruby-version

config/database.yml
config/settings.local.yml
config/settings/*.local.yml
#config/settings/development.yml
Expand Down
2 changes: 1 addition & 1 deletion config/database.yml → config/database.yml.example
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ development:
database: victorykit_development
pool: 5
timeout: 5000

# Warning: The database defined as "test" will be erased and
# re-generated from your development database when you run "rake".
# Do not set this db to the same as development or production.
Expand Down

0 comments on commit e38b44f

Please sign in to comment.