Skip to content

Commit 20496fc

Browse files
committed
update database config
1 parent 87f2701 commit 20496fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/database.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ default: &default
2323
pool: <%= ENV.fetch("RAILS_MAX_THREADS") { 5 } %>
2424
host: localhost
2525
port: 5432
26-
username: feels
27-
password: feels536
26+
username: postgres
27+
password:
2828

2929
development:
3030
<<: *default

0 commit comments

Comments
 (0)