diff options
author | fuyu <54523771+mfmfuyu@users.noreply.github.com> | 2020-06-15 08:57:06 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-15 01:57:06 +0200 |
commit | 728148c2e579f0c867ae4e4c420f3f07e2bb8814 (patch) | |
tree | d16e979b4ccaefcf7448c773ea9dc6461d5980be /.env.vagrant | |
parent | 3e9dc4044bb7e1ef6131fbd6430ed85b3cc2fcfa (diff) |
Add a default DB_HOST to .env.vagrant for enable the streaming (#14030)
Diffstat (limited to '.env.vagrant')
-rw-r--r-- | .env.vagrant | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.env.vagrant b/.env.vagrant index c2d26fa45..32ed9b922 100644 --- a/.env.vagrant +++ b/.env.vagrant @@ -1,3 +1,4 @@ VAGRANT=true LOCAL_DOMAIN=mastodon.local BIND=0.0.0.0 +DB_HOST=/var/run/postgresql/ |