Fix vagrant now that Rails 6 replicas are being used

This commit is contained in:
rubic0n 2021-02-13 22:49:29 -06:00
parent 6221581cf0
commit 70c44fc68d
1 changed files with 3 additions and 0 deletions

View File

@ -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