Skip to content

Commit 422998b

Browse files
authored
Fix database configuration to use correct key
- port -> database 수정
1 parent 76ae350 commit 422998b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

config/database.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ default: &default
1010
password: <%= ENV.fetch("DB_PASSWORD") %>
1111
host: <%= ENV.fetch("DB_HOST") %>
1212
port: <%= ENV.fetch("DB_PORT") %>
13-
port: <%= ENV.fetch("DB_NAME") %>
13+
database: <%= ENV.fetch("DB_NAME") %>

0 commit comments

Comments
 (0)