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
If for any reason you want to edit or tweak this template (not suggested), you can copy it to
config/deploy/templates/postgresql.yml.erb with this command:
$ bundle exec rails g capistrano:postgresql:template
After you edit this newly created file in your repo, it will be used as a
template for database.yml on the server.
You can configure the template location. For example:
set :pg_templates_path, 'config' and the template will be copied to
config/postgresql.yml.erb.