73c0e50936
No changes are needed in prod, since the `enabled` setting defaults to "true", and prod obviously isn't setting this ENV.
8 lines
241 B
Plaintext
8 lines
241 B
Plaintext
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
|
|
ELASTIC_APM_ENABLED=false
|