We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aafe39b commit 4e8e23bCopy full SHA for 4e8e23b
config/database.yml
@@ -20,14 +20,15 @@ default: &default
20
# For details on connection pooling, see Rails configuration guide
21
# https://guides.rubyonrails.org/configuring.html#database-pooling
22
pool: <%= ENV.fetch("RAILS_MAX_THREADS") { 5 } %>
23
-
24
-development:
25
- <<: *default
26
- database: sample_post_api_development
27
username: docker_postgres_rails
28
password: mysecretpassword
29
host: localhost
30
port: 5432
+
+development:
+ <<: *default
+ database: sample_post_api_development
31
32
# The specified database role being used to connect to postgres.
33
# To create additional roles in postgres see `$ createuser --help`.
34
# When left blank, postgres will use the default role. This is
0 commit comments