File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ default: &default
25
25
26
26
development :
27
27
<< : *default
28
- database : demo-rails5_development
28
+ database : demo_rails5_development
29
29
30
30
# The specified database role being used to connect to postgres.
31
31
# To create additional roles in postgres see `$ createuser --help`.
@@ -59,7 +59,7 @@ development:
59
59
# Do not set this db to the same as development or production.
60
60
test :
61
61
<< : *default
62
- database : demo-rails5_test
62
+ database : demo_rails5_test
63
63
64
64
# As with config/secrets.yml, you never want to store sensitive information,
65
65
# like your database password, in your source code. If your source code is
82
82
#
83
83
production :
84
84
<< : *default
85
- database : demo-rails5_production
85
+ database : demo_rails5_production
86
86
username : demo-rails5
87
87
password : <%= ENV['DEMO_RAILS5_DATABASE_PASSWORD'] %>
You can’t perform that action at this time.
0 commit comments