Redis is no longer the default

This commit is contained in:
Lance Pioch
2024-04-06 10:17:17 -04:00
parent 06f66027dd
commit 2e3d17b94a
2 changed files with 11 additions and 11 deletions

View File

@@ -23,7 +23,7 @@ REDIS_PASSWORD=null
REDIS_PORT=6379
CACHE_STORE=file
QUEUE_CONNECTION=redis
QUEUE_CONNECTION=sync
SESSION_DRIVER=file
HASHIDS_SALT=
@@ -36,7 +36,7 @@ MAIL_USERNAME=
MAIL_PASSWORD=
MAIL_ENCRYPTION=tls
MAIL_FROM_ADDRESS=no-reply@example.com
MAIL_FROM_NAME="Panel Administrator"
MAIL_FROM_NAME="Pelican Admin"
# Set this to your domain to prevent it defaulting to 'localhost', causing mail servers such as Gmail to reject your mail
# MAIL_EHLO_DOMAIN=panel.example.com
SESSION_ENCRYPT=false