-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path.env.local.example
More file actions
77 lines (70 loc) · 2.71 KB
/
Copy path.env.local.example
File metadata and controls
77 lines (70 loc) · 2.71 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
# .env.local.example - copy to .env.local only when you need local overrides.
#
# Roomote local development has defaults for the core local services:
# web: http://localhost:13000
# API/tRPC: http://localhost:13001
# BullMQ: http://localhost:13002/admin/queues
# preview proxy: http://roomotepreview.localhost:18081
# Postgres: postgres://postgres:password@localhost:15432/roomote_development
# Redis: redis://localhost:16379
# MinIO artifacts: http://localhost:19000 (console: http://localhost:19001)
#
# The file is not encrypted and is not committed to git.
#
# The containerized local self-host path also reads this file. Values exported
# in your shell take precedence over values here.
# Required: stable public HTTPS URL for local callbacks. For paid/static ngrok
# domains, `pnpm dev` starts and reuses `ngrok http --url=<domain> 13000`.
# R_PUBLIC_URL=https://your-ngrok-domain.ngrok.app
# Optional: configure ngrok automatically when the local ngrok config does not
# already have an auth token.
# NGROK_AUTH_TOKEN=your-ngrok-token
# Optional: local integration credentials. Leave unset until the integration is
# configured for this local instance.
# R_ALLOWED_EMAILS=you@example.com,teammate@example.com
# Required for local tasks. Use models.dev-style provider/model ids.
# R_MODEL=openrouter/anthropic/claude-sonnet-4
# R_SMALL_MODEL=openrouter/openai/gpt-4.1-mini
# R_VISION_MODEL=openrouter/openai/gpt-5.6-sol
# R_CODE_REVIEW_MODEL=openrouter/openai/gpt-5.6-sol
# OPENROUTER_API_KEY=
# Optional: comma- or space-separated extra provider key env vars to forward.
# R_MODEL_ENV_KEYS=CUSTOM_PROVIDER_API_KEY
# CUSTOM_PROVIDER_API_KEY=
# Optional: artifact object storage overrides. Local development defaults to
# the MinIO container started by `pnpm dev`.
# S3_ENDPOINT=http://localhost:19000
# S3_PRESIGN_ENDPOINT=http://localhost:19000
# S3_REGION=us-east-1
# S3_ACCESS_KEY_ID=roomote
# S3_SECRET_ACCESS_KEY=roomote-local-artifacts-password
# S3_BUCKET_ARTIFACTS=roomote-artifacts
# R_GITHUB_APP_SLUG=roomote
# R_GITHUB_APP_ID=
# R_GITHUB_APP_PRIVATE_KEY=
# R_GITHUB_CLIENT_ID=
# R_GITHUB_CLIENT_SECRET=
# R_GITHUB_WEBHOOK_SECRET=
# GITLAB_TOKEN=
# GITLAB_WEBHOOK_SECRET=
# GITLAB_WEBHOOK_SIGNING_TOKEN=
# SLACK_APP_ID=
# R_SLACK_CLIENT_ID=
# R_SLACK_CLIENT_SECRET=
# R_SLACK_SIGNING_SECRET=
# R_TEAMS_BOT_APP_ID=
# R_TEAMS_BOT_APP_PASSWORD=
# R_TEAMS_BOT_TENANT_ID=
# R_TEAMS_BOT_TOKEN_ENDPOINT=
# R_TEAMS_BOT_OAUTH_SCOPE=
# R_TELEGRAM_BOT_TOKEN=
# R_TELEGRAM_WEBHOOK_SECRET=
# R_TELEGRAM_BOT_USERNAME=
# R_MICROSOFT_CLIENT_ID=
# R_MICROSOFT_CLIENT_SECRET=
# R_MICROSOFT_TENANT_ID=
# R_LINEAR_CLIENT_ID=
# R_LINEAR_CLIENT_SECRET=
# R_LINEAR_WEBHOOK_SECRET=
# Optional: override GitHub automated processing for local testing.
# GITHUB_AUTOMATED_SKIP_REPOS=