diff --git a/.env.vagrant b/.env.vagrant index 28c347c4..8c5a21f4 100644 --- a/.env.vagrant +++ b/.env.vagrant @@ -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