mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-09 16:24:51 +00:00
Update .env.example
This commit is contained in:
parent
53110b94fd
commit
0697f780d3
1 changed files with 2 additions and 15 deletions
17
.env.example
17
.env.example
|
@ -48,19 +48,6 @@ MAX_CAPTION_LENGTH=150
|
||||||
MAX_ALBUM_LENGTH=4
|
MAX_ALBUM_LENGTH=4
|
||||||
|
|
||||||
ACTIVITY_PUB=false
|
ACTIVITY_PUB=false
|
||||||
REMOTE_FOLLOW=false
|
AP_REMOTE_FOLLOW=false
|
||||||
ACTIVITYPUB_INBOX=false
|
AP_INBOX=false
|
||||||
ACTIVITYPUB_SHAREDINBOX=false
|
|
||||||
# Set these "true" to enable federation.
|
|
||||||
# You might need to also run:
|
|
||||||
# php artisan cache:clear
|
|
||||||
# php artisan config:cache
|
|
||||||
|
|
||||||
PF_COSTAR_ENABLED=false
|
PF_COSTAR_ENABLED=false
|
||||||
CS_BLOCKED_DOMAINS='gab.com,gab.ai,develop.gab.com'
|
|
||||||
CS_CW_DOMAINS='switter.at'
|
|
||||||
CS_UNLISTED_DOMAINS='example.org,example.net,example.com'
|
|
||||||
|
|
||||||
## Optional
|
|
||||||
#HORIZON_DARKMODE=false # Horizon theme darkmode
|
|
||||||
#HORIZON_EMBED=false # Single Docker Container mode
|
|
||||||
|
|
Loading…
Reference in a new issue