more useful settings in .env.example file

This commit is contained in:
Marek Isalski 2019-01-02 18:41:12 +00:00
parent 05f829b572
commit fae22c3491
1 changed files with 9 additions and 1 deletions

View File

@ -54,5 +54,13 @@ MIX_APP_URL="${APP_URL}"
MIX_API_BASE="${API_BASE}"
MIX_API_SEARCH="${API_SEARCH}"
ACTIVITY_PUB=false
ACTIVITYPUB_INBOX=false
ACTIVITYPUB_SHAREDINBOX=false
# Set these both "true" to enable federation.
# You might need to also run:
# php artisan cache:clear
# php artisan optimize:clear
# php artisan optimize
ACTIVITY_PUB=false
REMOTE_FOLLOW=false