-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env.example
More file actions
26 lines (20 loc) · 889 Bytes
/
.env.example
File metadata and controls
26 lines (20 loc) · 889 Bytes
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
# App URL: single source for passkey origin and RPID (optional overrides: PASSKEY_RPID, PASSKEY_ORIGINS)
# Development (defaults to localhost if unset):
PUBLIC_APP_URL=http://localhost:5173
# Production example (origin and rpID derived from this):
# PUBLIC_APP_URL=https://maia.adriang.xyz
CLOUDANT_URL=https://your-cloudant-instance.cloudantnosqldb.appdomain.cloud
CLOUDANT_USERNAME=apikey-v2-your-username
CLOUDANT_PASSWORD=your-password
DIGITALOCEAN_TOKEN=your-do-token
DO_REGION=tor1
PORT=3001
SESSION_SECRET=change-this-secret-in-production
NODE_ENV=development
# Admin passkey (required to register passkey for the admin user)
# ADMIN_USERNAME=your-admin-user-id
# ADMIN_SECRET=your-secret-phrase
# Email Service (Resend) - Required for admin notifications
RESEND_API_KEY=your-resend-api-key-here
RESEND_FROM_EMAIL=onboarding@resend.dev
RESEND_ADMIN_EMAIL=admin@yourdomain.com