We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5aafd4a + b61de62 commit e0ce7c4Copy full SHA for e0ce7c4
config/database.yml
@@ -1,7 +1,7 @@
1
default: &default
2
adapter: "postgresql"
3
encoding: "unicode"
4
- database: "<%= ENV.fetch('POSTGaES_DB') { 'hello' } %>"
+ database: "<%= ENV.fetch('POSTGRES_DB') { 'hello' } %>"
5
username: "<%= ENV.fetch('POSTGRES_USER') { 'hello' } %>"
6
password: "<%= ENV.fetch('POSTGRES_PASSWORD') { 'password' } %>"
7
host: "<%= ENV.fetch('POSTGRES_HOST') { 'postgres' } %>"
0 commit comments