Skip to content

Commit 75ecc53

Browse files
committed
Update README.md
1 parent 19a2848 commit 75ecc53

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -291,13 +291,13 @@ Replace the contents of ```./rails/config/database.yml``` with the following:
291291
default: &default
292292
adapter: mysql2
293293
host: database
294-
username: ${DB_USER}
295-
password: ${DB_PASSWORD}
294+
username: {DB_USER}
295+
password: {DB_PASSWORD}
296296
pool: 5
297297
298298
development:
299299
<<: *default
300-
database: ${DB_NAME}
300+
database: {DB_NAME}
301301
302302
303303
test:

0 commit comments

Comments
 (0)