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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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