-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
28 lines (24 loc) · 879 Bytes
/
.env.example
File metadata and controls
28 lines (24 loc) · 879 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
# The ChatBotKit Secret Token
# obtain a new token from https://chatbotkit.com/tokens
CHATBOTKIT_API_SECRET=
# Comma-separated list of bot IDs to show in the agent dropdown.
# Leave empty to show all bots from your ChatBotKit account.
# Example: CHATBOTKIT_BOT_IDS=bot_abc123,bot_def456
CHATBOTKIT_BOT_IDS=
# NextAuth configuration
NEXTAUTH_SECRET=
NEXTAUTH_URL=http://localhost:3000
# Google OAuth credentials
# create credentials at https://console.cloud.google.com/apis/credentials
GOOGLE_CLIENT_ID=
GOOGLE_CLIENT_SECRET=
# Stripe Billing
# Secret key from https://dashboard.stripe.com/apikeys
STRIPE_SECRET_KEY=
# Price IDs from Stripe products (subscription prices)
STRIPE_PRICE_MONTHLY=
STRIPE_PRICE_YEARLY=
# Optional trial length in days for new subscriptions (default: 14)
STRIPE_TRIAL_DAYS=14
# Webhook signing secret for /api/stripe/webhook
STRIPE_WEBHOOK_SECRET=