deprec icon indicating copy to clipboard operation
deprec copied to clipboard

database_yml_in_scm

Open zippy opened this issue 13 years ago • 0 comments

Commit 0380310 enforces you to either keep the server's database.yml locally or in scm. The problem with it is that if you want to do neither, i.e. because your local database.yml is no appropriate for the server (i.e. it's appropriate for testing), and you don't want passwords kept in the scm version.

It would be very nice to be able to override the automatic push from the local config directory by setting something like:

set :push_local_database_to_server_yml false

zippy avatar Jun 28 '12 21:06 zippy