forge/.env.ci
Refringe df01366697
Possible Gitea Action Fix
Changes MySQL host to `mysql`.
2024-09-11 16:01:07 -04:00

24 lines
386 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=mysql
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