Skip to content

Commit e0ce7c4

Browse files
authored
Merge pull request #96 from philihp/fix-typo
fix: typo of environment variable POSTGaES
2 parents 5aafd4a + b61de62 commit e0ce7c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/database.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
default: &default
22
adapter: "postgresql"
33
encoding: "unicode"
4-
database: "<%= ENV.fetch('POSTGaES_DB') { 'hello' } %>"
4+
database: "<%= ENV.fetch('POSTGRES_DB') { 'hello' } %>"
55
username: "<%= ENV.fetch('POSTGRES_USER') { 'hello' } %>"
66
password: "<%= ENV.fetch('POSTGRES_PASSWORD') { 'password' } %>"
77
host: "<%= ENV.fetch('POSTGRES_HOST') { 'postgres' } %>"

0 commit comments

Comments
 (0)