Add elastic search installation into Vagrantfile (#26512)
This commit is contained in:
parent
34f5b90dc7
commit
b91724fb9d
2 changed files with 43 additions and 4 deletions
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue