Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions apps/web/.env.test
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
NODE_ENV=test
DATABASE_URL=postgresql://postgres:password@localhost:5432/inboxzero?schema=public
DIRECT_URL=postgresql://postgres:password@localhost:5432/inboxzero?schema=public
NEXT_PUBLIC_BASE_URL=http://localhost:3000
GOOGLE_CLIENT_ID=test-google-client-id
GOOGLE_CLIENT_SECRET=test-google-client-secret
GOOGLE_PUBSUB_TOPIC_NAME=projects/test/topics/test
EMAIL_ENCRYPT_SECRET=test-email-encrypt-secret
EMAIL_ENCRYPT_SALT=test-email-encrypt-salt
INTERNAL_API_KEY=test-internal-api-key
AUTH_SECRET=test-auth-secret
MICROSOFT_CLIENT_ID=test-microsoft-client-id
MICROSOFT_CLIENT_SECRET=test-microsoft-client-secret
DEFAULT_LLM_PROVIDER=openai
DEFAULT_LLM_MODEL=openai/gpt-oss-20b
OPENAI_DEFAULT_MODEL=openai/gpt-oss-20b
OPENAI_BASE_URL=http://localhost:1234/v1
OPENAI_API_KEY=lmstudio-placeholder
NEXT_PUBLIC_OLLAMA_MODEL=phi3