forge/.env.ci

23 lines
360 B
Plaintext
Raw Normal View History

2024-05-14 00:20:52 -04:00
APP_NAME="The Forge"
APP_ENV=testing
APP_KEY=
APP_DEBUG=false
APP_URL=http://forge.test
LOG_CHANNEL=stack
LOG_DEPRECATIONS_CHANNEL=null
LOG_LEVEL=debug
DB_CONNECTION=mysql
2024-05-31 20:09:12 -04:00
DB_HOST=127.0.0.1
DB_PORT=33306
2024-06-09 20:18:25 -04:00
DB_DATABASE=testing
2024-05-31 20:09:12 -04:00
DB_USERNAME=root
DB_PASSWORD=
2024-05-14 00:20:52 -04:00
FILESYSTEM_DISK=local
QUEUE_CONNECTION=sync
CACHE_DRIVER=array
EMAIL_DRIVER=array
SESSION_DRIVER=array