.env.vagrant 130 B

12345678
  1. VAGRANT=true
  2. LOCAL_DOMAIN=mastodon.local
  3. BIND=0.0.0.0
  4. DB_HOST=/var/run/postgresql/
  5. ES_ENABLED=true
  6. ES_HOST=localhost
  7. ES_PORT=9200