You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 7, 2020. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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:
The text was updated successfully, but these errors were encountered: