mirror of
https://github.com/YunoHost-Apps/pixelfed_ynh.git
synced 2024-09-03 20:06:04 +02:00
Update .env
This commit is contained in:
parent
f10ef251ef
commit
fc3a9ac6ef
1 changed files with 2 additions and 0 deletions
|
@ -25,6 +25,7 @@ SESSION_DRIVER=redis
|
|||
SESSION_LIFETIME=120
|
||||
QUEUE_DRIVER=redis
|
||||
|
||||
REDIS_SCHEME=tcp
|
||||
REDIS_HOST=127.0.0.1
|
||||
REDIS_PASSWORD=null
|
||||
REDIS_PORT=6379
|
||||
|
@ -50,6 +51,7 @@ ACTIVITY_PUB=true
|
|||
REMOTE_FOLLOW=true
|
||||
ACTIVITYPUB_INBOX=true
|
||||
ACTIVITYPUB_SHAREDINBOX=true
|
||||
|
||||
# Set these "true" to enable federation.
|
||||
# You might need to also run:
|
||||
# php artisan cache:clear
|
||||
|
|
Loading…
Add table
Reference in a new issue