File tree Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Original file line number Diff line number Diff line change @@ -9,17 +9,16 @@ default: &default
9
9
pool : <%= ENV.fetch("RAILS_MAX_THREADS") { 10 } %>
10
10
timeout : 5000
11
11
12
- development :
12
+ # DATABASE CONFIGURATIONS
13
+ primary : &primary
13
14
<< : *default
14
- database : storage/development.sqlite3
15
+ database : storage/<%= Rails.env %>_rubyvideo.sqlite3
16
+
17
+ development :
18
+ primary : *primary
15
19
16
- # Warning: The database defined as "test" will be erased and
17
- # re-generated from your development database when you run "rake".
18
- # Do not set this db to the same as development or production.
19
20
test :
20
- << : *default
21
- database : storage/test.sqlite3
21
+ primary : *primary
22
22
23
23
production :
24
- << : *default
25
- database : storage/production_rubyvideo.sqlite3
24
+ primary : *primary
You can’t perform that action at this time.
0 commit comments