-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
49 lines (42 loc) · 1.18 KB
/
Copy path.env.example
File metadata and controls
49 lines (42 loc) · 1.18 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
# Cherry environment contract
# This file documents the tracked env contract only.
# Supply real values via exported shell env, CI config, or deployment platform config.
# Never commit live secrets.
# Core runtime
# Example: /Users/you/.cherry-tmp (local) or /tmp/cherry-tmp (CI/Vercel)
CHERRY_TMP_ROOT=
DATABASE_URL=
APP_BASE_URL=
NEXTAUTH_URL=
EMAIL_SERVER=
EMAIL_FROM=
# Public site config
# Canonical public base URL variable.
NEXT_PUBLIC_SITE_URL=
# Compatibility aliases for legacy callers. Prefer NEXT_PUBLIC_SITE_URL.
NEXT_PUBLIC_BASE_URL=
NEXT_PUBLIC_VERCEL_URL=
# Auth / integrations
GOOGLE_CLIENT_ID=
GOOGLE_CLIENT_SECRET=
# Cherry runtime flags
ENABLE_DEV_TOOLS=
# Vine signature verification mode
# Allowed: off | warn | enforce
# Production must use: enforce
CHERRY_VINE_SIGNATURE_MODE=
CHERRY_OFFLINE_EVALUATOR_ENABLED=
CHERRY_DAILYSTATE_CRON_ENABLED=
AUTOPILOT_COMMIT_V2=
# Dev-only operational helpers
BANK_INGEST_USER_ID=
BANK_INGEST_USER_EMAIL=
# Optional wallet integration
CHERRY_WALLET_PASS_ENABLED=
APPLE_WALLET_TEAM_ID=
APPLE_WALLET_PASS_TYPE_ID=
APPLE_WALLET_ORG_NAME=
APPLE_WALLET_PASS_DESCRIPTION=
APPLE_WALLET_CERT_PASSWORD=
APPLE_WALLET_CERT_PATH=
APPLE_WALLET_WWDR_CERT_PATH=