fe_sendauth: no password supplied

后端 未结 3 1816
醉酒成梦
醉酒成梦 2020-12-07 17:24

database.yml:

# SQLite version 3.x
#   gem install sqlite3
#
#   Ensure the SQLite 3 gem is defined in your Gemfile
#   gem \'sqlite3\'
development:
  adapte         


        
3条回答
  •  一个人的身影
    2020-12-07 17:47

    This occurs if the password for the database is not given.

    default="postgres://postgres:password@127.0.0.1:5432/DBname"

提交回复
热议问题