-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.dev.example
More file actions
29 lines (23 loc) · 1.6 KB
/
.env.dev.example
File metadata and controls
29 lines (23 loc) · 1.6 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
# Harmony — Dev Environment
# For CF Workers dev deployment. Copy to .env.dev and fill in real values.
# ─── Cloudflare ─────────────────────────────────────────────
CF_ACCOUNT_ID=REPLACE_ME
CF_API_TOKEN=REPLACE_ME
# ─── Discord OAuth2 ─────────────────────────────────────────
DISCORD_CLIENT_ID=REPLACE_ME
DISCORD_CLIENT_SECRET=REPLACE_ME
DISCORD_REDIRECT_URI=https://dev.harmony.chat/api/oauth/discord/callback
# ─── Portal Worker ──────────────────────────────────────────
PORTAL_URL=https://dev-portal.harmony.chat
# ─── Cloud Worker ───────────────────────────────────────────
CLOUD_URL=https://dev-cloud.harmony.chat
# ─── Stripe (test mode) ─────────────────────────────────────
STRIPE_SECRET_KEY=sk_test_REPLACE_ME
STRIPE_WEBHOOK_SECRET=whsec_REPLACE_ME
STRIPE_PRICE_ID_VOICE=price_REPLACE_ME
STRIPE_PRICE_ID_MEDIA=price_REPLACE_ME
STRIPE_PRICE_ID_WS=price_REPLACE_ME
# ─── UI App (Vite) ──────────────────────────────────────────
VITE_DEFAULT_SERVER_URL=wss://dev-cloud.harmony.chat
VITE_PORTAL_URL=https://dev-portal.harmony.chat
VITE_CLOUD_API_URL=https://dev-cloud.harmony.chat