refactor: replace custom CRM with Monica fork
Some checks failed
Build & Push Monica Image to Gitea Registry / build-and-push (push) Failing after 9s
Some checks failed
Build & Push Monica Image to Gitea Registry / build-and-push (push) Failing after 9s
This commit is contained in:
17
scripts/ci/.env.postgres
Normal file
17
scripts/ci/.env.postgres
Normal file
@@ -0,0 +1,17 @@
|
||||
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
|
||||
Reference in New Issue
Block a user