Add elastic search installation into Vagrantfile (#26512)

This commit is contained in:
jsgoldstein
2023-08-23 09:46:14 -04:00
committed by GitHub
parent 34f5b90dc7
commit b91724fb9d
2 changed files with 43 additions and 4 deletions

View File

@@ -2,3 +2,7 @@ VAGRANT=true
LOCAL_DOMAIN=mastodon.local
BIND=0.0.0.0
DB_HOST=/var/run/postgresql/
ES_ENABLED=true
ES_HOST=localhost
ES_PORT=9200