# Credentials for the integration-test Stalwart mail server. # Copy to `.env` (docker compose reads it automatically): cp .env.example .env # Recovery admin (format user:password). Stays valid after bootstrap so the # Stalwart admin UI on http://localhost:8025 remains reachable and stalwart-cli # can be invoked via `docker exec`. STALWART_RECOVERY_ADMIN=admin:bootstrap-secret # Shared password for every test mailbox (alice/bob/carol @ example.org). # The Playwright harness reads the same value from IT_ACCOUNT_PASSWORD. TEST_ACCOUNT_PASSWORD=test-pass-123