Updates settings

This commit is contained in:
2025-01-26 22:47:10 -06:00
parent 0a1cc01de4
commit 493413ec97
18 changed files with 175 additions and 920 deletions

View File

@ -16,15 +16,15 @@ LOG_STACK=single
LOG_DEPRECATIONS_CHANNEL=null
LOG_LEVEL=debug
DB_CONNECTION=sqlite
DB_HOST=
DB_PORT=
DB_CONNECTION=mysql
DB_HOST=localhost
DB_PORT=3306
DB_DATABASE=
DB_USERNAME=
DB_USERNAME=root
DB_PASSWORD=
CACHE_STORE=file
SESSION_DRIVER=file
CACHE_STORE=database
SESSION_DRIVER=database
SESSION_CONNECTION=
SESSION_LIFETIME=120
@ -33,11 +33,7 @@ BROADCAST_CONNECTION=log
FILESYSTEM_DISK=local
MEMCACHED_HOST=127.0.0.1
MEMCACHED_PORT=11211
MEMCACHED_USERNAME=null
MEMCACHED_PASSWORD=null
REDIS_CLIENT=phpredis
REDIS_HOST=127.0.0.1
REDIS_PASSWORD=null
REDIS_PORT=6379