chore: update dependencies and fix env DB host for Sail

This commit is contained in:
2026-06-15 18:22:07 +02:00
parent 596588241b
commit 3671acfa2a
4 changed files with 2911 additions and 3436 deletions

View File

@@ -21,7 +21,7 @@ LOG_DEPRECATIONS_CHANNEL=null
LOG_LEVEL=debug
DB_CONNECTION=pgsql
DB_HOST=127.0.0.1
DB_HOST=pgsql
DB_PORT=5432
DB_DATABASE=laravel
DB_USERNAME=sail
@@ -43,7 +43,7 @@ CACHE_STORE=database
MEMCACHED_HOST=127.0.0.1
REDIS_CLIENT=phpredis
REDIS_HOST=127.0.0.1
REDIS_HOST=redis
REDIS_PASSWORD=null
REDIS_PORT=6379