File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -17,9 +17,9 @@ development: &development
17
17
<< : *default
18
18
database : aylamusica_rails_development
19
19
adapter : mysql2
20
- host : <%= ENV['DATABASE_HOST'] %>
21
- username : <%= ENV['DATABASE_USERNAME'] %>
22
- password : <%= ENV['DATABASE_PASSWORD'] %>
20
+ host : " <%= ENV['DATABASE_HOST'] % >"
21
+ username : " <%= ENV['DATABASE_USERNAME'] % >"
22
+ password : " <%= ENV['DATABASE_PASSWORD'] % >"
23
23
24
24
# Warning: The database defined as "test" will be erased and
25
25
# re-generated from your development database when you run "rake".
49
49
#
50
50
production :
51
51
<< : *default
52
- database : <%= ENV['DATABASE_NAME'] %>
52
+ database : " <%= ENV['DATABASE_NAME'] % >"
53
53
adapter : postgresql
54
- host : <%= ENV['DATABASE_HOST'] %>
55
- username : <%= ENV['DATABASE_USERNAME'] %>
56
- password : <%= ENV['DATABASE_PASSWORD'] %>
54
+ host : " <%= ENV['DATABASE_HOST'] % >"
55
+ username : " <%= ENV['DATABASE_USERNAME'] % >"
56
+ password : " <%= ENV['DATABASE_PASSWORD'] % >"
You can’t perform that action at this time.
0 commit comments