-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
38 lines (35 loc) · 1.62 KB
/
Copy path.env.example
File metadata and controls
38 lines (35 loc) · 1.62 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
# Public origins
ATELIER_ENV=development
ATELIER_MARKETING_ORIGIN=https://testing.atelier.diy
ATELIER_HOME_ORIGIN=https://home.testing.atelier.diy
ATELIER_NOTES_ORIGIN=https://notes.testing.atelier.diy
ATELIER_MAIL_ORIGIN=https://mail.testing.atelier.diy
ATELIER_CALENDAR_ORIGIN=https://calendar.testing.atelier.diy
ATELIER_TASKS_ORIGIN=https://tasks.testing.atelier.diy
ATELIER_API_ORIGIN=https://api.testing.atelier.diy
ATELIER_MCP_ORIGIN=https://mcp.testing.atelier.diy
ATELIER_DOCS_ORIGIN=https://docs.testing.atelier.diy
ATELIER_STATUS_ORIGIN=https://status.testing.atelier.diy
NEXT_PUBLIC_APP_ENV=dev
NEXT_PUBLIC_HOME_URL=https://home.testing.atelier.diy
NEXT_PUBLIC_NOTES_URL=https://notes.testing.atelier.diy
NEXT_PUBLIC_MAIL_URL=https://mail.testing.atelier.diy
NEXT_PUBLIC_CALENDAR_URL=https://calendar.testing.atelier.diy
NEXT_PUBLIC_TASKS_URL=https://tasks.testing.atelier.diy
# Local infrastructure only. Hosted secrets belong in environment-scoped stores.
DATABASE_URL=postgres://atelier:atelier-local-only@localhost:54329/atelier
REDIS_URL=redis://localhost:6389
OTEL_EXPORTER_OTLP_ENDPOINT=
SENTRY_DSN=
# Readiness stays fail-closed until each service's real dependencies are wired.
# API and MCP readiness is derived from their configured dependency probes; it
# cannot be enabled by an environment flag.
ATELIER_ANCHOR_READY=0
# Provider integrations are disabled unless explicitly enabled and configured.
ATELIER_GMAIL_ENABLED=false
ATELIER_JMAP_ENABLED=false
ATELIER_IMAP_ENABLED=false
ATELIER_GOOGLE_CALENDAR_ENABLED=false
ATELIER_MICROSOFT_CALENDAR_ENABLED=false
ATELIER_CALDAV_ENABLED=false
ATELIER_PERMISSIONED_SPACES_ALPHA=false