Skip to content

Commit 9a6404e

Browse files
committed
fixed database.yml indentation
1 parent 7954724 commit 9a6404e

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

config/database.yml

+10-10
Original file line numberDiff line numberDiff line change
@@ -26,21 +26,21 @@
2626
# database: db/production.sqlite3
2727

2828
# 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:
29+
default: &default
30+
adapter: postgresql
31+
username:
32+
password:
3333

34-
development:
35-
<<: *default
36-
database: react_webpack_dev
34+
development:
35+
<<: *default
36+
database: react_webpack_dev
3737

3838
# Warning: The database defined as "test" will be erased and
3939
# re-generated from your development database when you run "rake".
4040
# Do not set this db to the same as development or production.
41-
test:
42-
<<: *default
43-
database: react_webpack_test
41+
test:
42+
<<: *default
43+
database: react_webpack_test
4444

4545
production:
4646
<<: *default

0 commit comments

Comments
 (0)