We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
https://www.digitalocean.com/community/tutorials/how-to-configure-devise-and-omniauth-for-your-rails-application
config.secret_key
- database: pdb_development + database: ddd_dev pool: 5 - username: pdb - password: <%= ENV["PASSWORD_PG"] %> + # username: ubuntu + username: <%= ENV['USER_PG'] %> + password: <%= ENV['PASSWORD_PG'] %> + # password: <%= ENV["PASSWORD_PG"] %>