-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
41 lines (32 loc) · 1.35 KB
/
.env.example
File metadata and controls
41 lines (32 loc) · 1.35 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
# ===========================================
# Readmigo Web App Environment Variables
# ===========================================
# App URLs
NEXT_PUBLIC_APP_URL=https://web.readmigo.app
# Backend API URL (server-side only, used by API proxy)
# This is NOT exposed to the browser
API_URL=https://api.readmigo.app/api/v1
# NextAuth.js
# Generate with: openssl rand -base64 32
AUTH_SECRET=your-secret-key-here
AUTH_URL=https://web.readmigo.app
# Apple OAuth
# https://developer.apple.com/account/resources/identifiers/list/serviceId
AUTH_APPLE_ID=your-apple-client-id
AUTH_APPLE_SECRET=your-apple-client-secret
NEXT_PUBLIC_AUTH_APPLE_ENABLED=true
# Google OAuth
# https://console.cloud.google.com/apis/credentials
AUTH_GOOGLE_ID=your-google-client-id
AUTH_GOOGLE_SECRET=your-google-client-secret
NEXT_PUBLIC_AUTH_GOOGLE_ENABLED=true
# LINE OAuth (optional — set to show LINE login button for Japan region)
# NEXT_PUBLIC_AUTH_LINE_ENABLED=true
# Kakao OAuth (optional — set to show Kakao login button for Korea region)
# NEXT_PUBLIC_AUTH_KAKAO_ENABLED=true
# Sentry Error Monitoring
# https://readmigo.sentry.io → Settings → Projects → readmigo-web → Client Keys (DSN)
NEXT_PUBLIC_SENTRY_DSN=your-sentry-dsn
# PostHog Analytics
# https://us.posthog.com → Project Settings → Project API Key
NEXT_PUBLIC_POSTHOG_KEY=phc_LTDOquZSpiig6dvnzswH4RUa5kZO5ps8BsQDEWCzIWO