Files
CRM/scripts/ci/.env.postgres
Kroonk a213a1dba0
Some checks failed
Build & Push Monica Image to Gitea Registry / build-and-push (push) Failing after 9s
refactor: replace custom CRM with Monica fork
2026-05-22 16:19:55 +02:00

18 lines
342 B
Plaintext

APP_ENV=testing
APP_KEY=base64:NTrXToqFZJlv48dgPc+kNpc3SBt333TfDnF1mDShsBg=
APP_URL=http://localhost:8000
DB_CONNECTION=pgsqltesting
DB_TEST_HOST=127.0.0.1
DB_TEST_DATABASE=monica
DB_TEST_USERNAME=postgres
DB_TEST_PASSWORD=
CACHE_DRIVER=array
SESSION_DRIVER=file
QUEUE_CONNECTION=sync
LOG_CHANNEL=testing
MFA_ENABLED=true
DAV_ENABLED=true