You've already forked Epicnabbo-Catalogus-Updated-Daily
41 lines
859 B
Bash
41 lines
859 B
Bash
APP_NAME=Atom
|
|
APP_ENV=testing
|
|
APP_KEY=base64:GENERATE_NEW_KEY_HERE
|
|
APP_DEBUG=true
|
|
APP_URL=http://localhost
|
|
|
|
LOG_CHANNEL=stack
|
|
LOG_DEPRECATIONS_CHANNEL=null
|
|
LOG_LEVEL=debug
|
|
|
|
DB_CONNECTION=mariadb
|
|
DB_HOST=127.0.0.1
|
|
DB_PORT=3306
|
|
DB_DATABASE=testing
|
|
DB_USERNAME=docker
|
|
DB_PASSWORD=password
|
|
|
|
BROADCAST_DRIVER=log
|
|
CACHE_DRIVER=array
|
|
FILESYSTEM_DISK=local
|
|
QUEUE_CONNECTION=sync
|
|
SESSION_DRIVER=array
|
|
SESSION_LIFETIME=120
|
|
|
|
MAIL_MAILER=array
|
|
|
|
# Testing specific settings
|
|
BCRYPT_ROUNDS=4
|
|
TELESCOPE_ENABLED=false
|
|
|
|
# Disable CAPTCHA for testing
|
|
GOOGLE_RECAPTCHA_ENABLED=0
|
|
CLOUDFLARE_TURNSTILE_ENABLED=0
|
|
|
|
# Cloudflare Turnstile (test keys)
|
|
TURNSTILE_SITE_KEY=1x00000000000000000000AA
|
|
TURNSTILE_SECRET_KEY=1x0000000000000000000000000000000AA
|
|
|
|
# Google reCAPTCHA (dummy values for testing)
|
|
GOOGLE_RECAPTCHA_SITE_KEY=dummy_site_key
|
|
GOOGLE_RECAPTCHA_SECRET_KEY=dummy_secret_key |