APP_NAME=tmp
APP_ENV=local
APP_KEY=ServerSecretPassword
APP_DEBUG=true
APP_TIMEZONE=UTC

DB_CONNECTION=pgsql
DB_HOST=db
DB_PORT=5432
DB_DATABASE=tmp
DB_USERNAME=postgres
DB_PASSWORD=dbpass

CACHE_DRIVER=redis
QUEUE_CONNECTION=sync

REDIS_HOST=keydb

QUEUE_HASH_SALT='supersecrethashsalt'
DISABLE_AUTH=

DISABLE_REDIS_CACHE=false
