clupilot/app/.env.testing

26 lines
443 B
Plaintext

APP_NAME=CluPilot
APP_ENV=testing
APP_KEY=base64:oEEC4rofMfGShU0P7spAjI7HM/064V1ku3Ob42HtIhE=
APP_DEBUG=true
APP_URL=http://localhost
BCRYPT_ROUNDS=4
DB_CONNECTION=sqlite
DB_DATABASE=:memory:
CACHE_STORE=array
SESSION_DRIVER=array
QUEUE_CONNECTION=sync
MAIL_MAILER=array
BROADCAST_CONNECTION=null
LOG_CHANNEL=stack
LOG_LEVEL=warning
REVERB_APP_ID=clupilot
REVERB_APP_KEY=test
REVERB_APP_SECRET=test
REVERB_HOST=127.0.0.1
REVERB_PORT=8080