Initial minimal primary/replica switching
This commit is contained in:
committed by
Mike Dalessio
parent
906e82a346
commit
915c1202f8
@@ -9,6 +9,10 @@ development:
|
||||
primary:
|
||||
<<: *default
|
||||
database: fizzy_development
|
||||
replica:
|
||||
<<: *default
|
||||
database: fizzy_development
|
||||
replica: true
|
||||
cable:
|
||||
<<: *default
|
||||
database: development_cable
|
||||
@@ -29,6 +33,10 @@ test:
|
||||
primary:
|
||||
<<: *default
|
||||
database: fizzy_test
|
||||
replica:
|
||||
<<: *default
|
||||
database: fizzy_test
|
||||
replica: true
|
||||
|
||||
production: &production
|
||||
primary:
|
||||
|
||||
Reference in New Issue
Block a user