Browse Source

Add a default DB_HOST to .env.vagrant for enable the streaming (#14030)

closed-social-v3
fuyu 3 years ago
committed by GitHub
parent
commit
728148c2e5
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      .env.vagrant

+ 1
- 0
.env.vagrant View File

@ -1,3 +1,4 @@
VAGRANT=true
LOCAL_DOMAIN=mastodon.local
BIND=0.0.0.0
DB_HOST=/var/run/postgresql/

Loading…
Cancel
Save