forge/.env.ci
Refringe bcd813cc18
Updates MySQL CI Connection
This *should* bring our tests back.
2025-01-28 22:56:35 -05:00

24 lines
390 B
Plaintext

APP_NAME="The Forge"
APP_ENV=testing
APP_KEY=
APP_DEBUG=false
APP_URL=http://localhost
LOG_CHANNEL=stack
LOG_DEPRECATIONS_CHANNEL=null
LOG_LEVEL=debug
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=33306
DB_DATABASE=testing
DB_USERNAME=user
DB_PASSWORD=password
SCOUT_DRIVER=collection
FILESYSTEM_DISK=local
QUEUE_CONNECTION=sync
CACHE_STORE=array
EMAIL_DRIVER=array
SESSION_DRIVER=array