Fix vagrant now that Rails 6 replicas are being used
This commit is contained in:
parent
6221581cf0
commit
70c44fc68d
|
@ -1,3 +1,6 @@
|
|||
VAGRANT=true
|
||||
LOCAL_DOMAIN=gabsocial.local
|
||||
DB_HOST=/var/run/postgresql/
|
||||
DB_MASTER_URL=postgres:///gabsocial_development
|
||||
DB_SLAVE1_URL=postgres:///gabsocial_development
|
||||
DB_SLAVE2_URL=postgres:///gabsocial_development
|
||||
|
|
Loading…
Reference in New Issue