Skip to content

Commit 4e8e23b

Browse files
author
Chang-Woo Rhee
committed
Added account
1 parent aafe39b commit 4e8e23b

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

config/database.yml

+5-4
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,15 @@ default: &default
2020
# For details on connection pooling, see Rails configuration guide
2121
# https://guides.rubyonrails.org/configuring.html#database-pooling
2222
pool: <%= ENV.fetch("RAILS_MAX_THREADS") { 5 } %>
23-
24-
development:
25-
<<: *default
26-
database: sample_post_api_development
2723
username: docker_postgres_rails
2824
password: mysecretpassword
2925
host: localhost
3026
port: 5432
27+
28+
development:
29+
<<: *default
30+
database: sample_post_api_development
31+
3132
# The specified database role being used to connect to postgres.
3233
# To create additional roles in postgres see `$ createuser --help`.
3334
# When left blank, postgres will use the default role. This is

0 commit comments

Comments
 (0)