-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
32 lines (24 loc) · 972 Bytes
/
.env.example
File metadata and controls
32 lines (24 loc) · 972 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
26
27
28
29
30
31
32
# Supabase (client + auth flow)
EXPO_PUBLIC_SUPABASE_URL=https://<your-project-ref>.supabase.co
EXPO_PUBLIC_SUPABASE_ANON_KEY=<your-anon-key>
# Supabase (server-only, for api/users/profile)
SUPABASE_SERVICE_ROLE_KEY=<your-service-role-key>
# Neon/Postgres (used by API routes + drizzle)
DATABASE_URL=postgresql://
# backend API base URL
EXPO_PUBLIC_API_URL=http://localhost:3000
# Optional (i don't acutally use neon auth )
EXPO_PUBLIC_NEON_AUTH_URL=<your-neon-auth-url>
# GET account linking + API integration
GET_LOGIN_URL=https://get.cbord.com/ucsc/full/login.php?mobileapp=1
GET_CREDENTIAL_SECRET=<strong-random-secret-for-pin-encryption>
# Dashboard admin auth
ADMIN_EMAIL_ALLOWLIST=<email of google account for admin dashboard>
ADMIN_SESSION_SECRET=<strong-random-session-signing-secret>
# If you want eas deploymnt
EXPO_APPLE_IDEXPO_APPLE_ID=
EXPO_APPLE_TEAM_ID=
REVALIDATE_SECRET=
# for notifications
WEB_PUSH_VAPID_PUBLIC_KEY=
WEB_PUSH_VAPID_PRIVATE_KEY=