TikTok api
This commit is contained in:
19
env.example
19
env.example
@@ -27,12 +27,12 @@ REDIS_URL=redis://redis:6379
|
||||
# Used for hashing IP addresses in analytics
|
||||
IP_SALT=your-ip-salt-here-change-in-production
|
||||
|
||||
# Features
|
||||
ENABLE_DEMO=false
|
||||
|
||||
# SEO Configuration
|
||||
# Set to 'true' in production to allow search engine indexing
|
||||
NEXT_PUBLIC_INDEXABLE=true
|
||||
# Features
|
||||
ENABLE_DEMO=false
|
||||
|
||||
# SEO Configuration
|
||||
# Set to 'true' in production to allow search engine indexing
|
||||
NEXT_PUBLIC_INDEXABLE=true
|
||||
|
||||
# Stripe Payment Configuration (Optional - for subscription payments)
|
||||
# Get your keys from: https://dashboard.stripe.com/apikeys
|
||||
@@ -48,3 +48,10 @@ NEXT_PUBLIC_STRIPE_PUBLISHABLE_KEY=
|
||||
# Analytics (Optional - PostHog)
|
||||
NEXT_PUBLIC_POSTHOG_KEY=
|
||||
NEXT_PUBLIC_POSTHOG_HOST=https://app.posthog.com
|
||||
|
||||
# TikTok Content Posting API (Hermes Agent automated posting)
|
||||
TIKTOK_CLIENT_KEY=
|
||||
TIKTOK_CLIENT_SECRET=
|
||||
TIKTOK_REDIRECT_URI=https://qrmaster.net/api/tiktok/callback
|
||||
# Optional: protects /api/tiktok/connect from being triggered by strangers
|
||||
TIKTOK_ADMIN_KEY=
|
||||
|
||||
Reference in New Issue
Block a user