-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
29 lines (23 loc) · 841 Bytes
/
.env.example
File metadata and controls
29 lines (23 loc) · 841 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
# Discord
DISCORD_TOKEN=your_discord_bot_token
DISCORD_CLIENT_ID=your_discord_application_id
DISCORD_THREADS_CHANNEL_ID=your_threads_channel_id
DISCORD_SUPPORT_ROLE_ID=your_support_role_id
# Postiz OAuth
POSTIZ_FRONTEND_URL=https://app.postiz.com
POSTIZ_API_URL=https://app.postiz.com/api
POSTIZ_CLIENT_ID=pca_your_client_id
POSTIZ_CLIENT_SECRET=pcs_your_client_secret
POSTIZ_CALLBACK_URL=http://localhost:3000/callback
# Server
SERVER_PORT=3000
# GitHub (for feature request issues)
GH_BOT_TOKEN=ghp_your_github_token
GH_BOT_REPO=owner/repo
# Stripe
STRIPE_SECRET_KEY=sk_your_stripe_secret_key
STRIPE_DISCOUNT_COUPON_ID=your_50_percent_off_coupon_id
# Claude Code (used by --bare mode for AI support responses)
ANTHROPIC_API_KEY=sk-ant-your_api_key
# Database
DATABASE_URL=postgresql://user:password@localhost:5432/postiz_support_bot