mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-19 13:01:26 +00:00
Merge pull request #731 from maznu/dev
add default ACTIVITY_PUB=false to .env.example
This commit is contained in:
commit
2961986ce8
1 changed files with 11 additions and 0 deletions
11
.env.example
11
.env.example
|
@ -53,3 +53,14 @@ MIX_PUSHER_APP_CLUSTER="${PUSHER_APP_CLUSTER}"
|
||||||
MIX_APP_URL="${APP_URL}"
|
MIX_APP_URL="${APP_URL}"
|
||||||
MIX_API_BASE="${API_BASE}"
|
MIX_API_BASE="${API_BASE}"
|
||||||
MIX_API_SEARCH="${API_SEARCH}"
|
MIX_API_SEARCH="${API_SEARCH}"
|
||||||
|
|
||||||
|
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
|
||||||
|
|
Loading…
Reference in a new issue