14 lines
550 B
Plaintext
14 lines
550 B
Plaintext
# Copy to .env and fill in values. Never commit .env.
|
|
# Get a key from Google AI Studio: https://aistudio.google.com/apikey
|
|
GEMINI_API_KEY=
|
|
|
|
# core-backend privileged endpoints (/invites, /admin/metrics, /admin/dashboard, /admin/push-test)
|
|
ADMIN_API_TOKEN=
|
|
|
|
# Shared demo invite DEMO-YKAVU on signup UI (multiple testers). Set 0 in production.
|
|
ALLOW_DEMO_INVITE=1
|
|
|
|
# Optional: FCM legacy server key for real push delivery (escalation notify + /admin/push-test).
|
|
# Without this, notifyUser soft-skips and records push_skipped metrics.
|
|
FCM_SERVER_KEY=
|