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
It should be possible to leave out the password in db.connectionString, and use peer auth instead.
Currently I get password authentication failed for user "matrix-appservice-slack" even though my connectionString is postgresql://matrix-appservice-slack@localhost/matrix-appservice-slack
The text was updated successfully, but these errors were encountered:
It should be possible to leave out the password in
db.connectionString
, and use peer auth instead.Currently I get
password authentication failed for user "matrix-appservice-slack"
even though myconnectionString
ispostgresql://matrix-appservice-slack@localhost/matrix-appservice-slack
The text was updated successfully, but these errors were encountered: