Update env vars

This commit is contained in:
Lance Pioch
2024-03-19 17:03:01 -04:00
parent 1f9c98ba61
commit 7c39c00400
5 changed files with 30 additions and 26 deletions

View File

@@ -7,6 +7,7 @@ APP_LOCALE=en
APP_ENVIRONMENT_ONLY=true
LOG_CHANNEL=daily
LOG_STACK=single
LOG_DEPRECATIONS_CHANNEL=null
LOG_LEVEL=debug
@@ -21,7 +22,7 @@ REDIS_HOST=127.0.0.1
REDIS_PASSWORD=null
REDIS_PORT=6379
CACHE_DRIVER=file
CACHE_STORE=file
QUEUE_CONNECTION=redis
SESSION_DRIVER=file
@@ -38,3 +39,6 @@ MAIL_FROM_ADDRESS=no-reply@example.com
MAIL_FROM_NAME="Panel Administrator"
# 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
SESSION_PATH=/
SESSION_DOMAIN=null