We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7954724 commit 9a6404eCopy full SHA for 9a6404e
config/database.yml
@@ -26,21 +26,21 @@
26
# database: db/production.sqlite3
27
28
# Uncomment below for a setup with just postgres and change your Gemfile to reflect this
29
- default: &default
30
- adapter: postgresql
31
- username:
32
- password:
+default: &default
+ adapter: postgresql
+ username:
+ password:
33
34
- development:
35
- <<: *default
36
- database: react_webpack_dev
+development:
+ <<: *default
+ database: react_webpack_dev
37
38
# Warning: The database defined as "test" will be erased and
39
# re-generated from your development database when you run "rake".
40
# Do not set this db to the same as development or production.
41
- test:
42
43
- database: react_webpack_test
+test:
+ database: react_webpack_test
44
45
production:
46
<<: *default
0 commit comments