25 lines
900 B
Plaintext
25 lines
900 B
Plaintext
# Clerk Authentication
|
|
CLERK_SECRET_KEY=your_clerk_secret_key_here
|
|
CLERK_PUBLISHABLE_KEY=your_clerk_publishable_key_here
|
|
|
|
# Google Search Console
|
|
GSC_REDIRECT_URI=your-domain-name/gsc/callback
|
|
|
|
# Wix Integration (Headless OAuth - Client ID only, no Client Secret required)
|
|
WIX_CLIENT_ID=
|
|
WIX_REDIRECT_URI=your-domain-name/wix/callback
|
|
|
|
# WordPress.com OAuth2 Integration
|
|
# IMPORTANT: You need to register a WordPress.com application to get valid credentials
|
|
# 1. Go to https://developer.wordpress.com/apps/
|
|
# 2. Create a new application
|
|
# 3. Set the redirect URI to: https://your-domain.com/wp/callback
|
|
# 4. Copy the Client ID and Client Secret below
|
|
# For development, these are placeholder values that may not work
|
|
WORDPRESS_CLIENT_ID=your_wordpress_com_client_id_here
|
|
WORDPRESS_CLIENT_SECRET=your_wordpress_com_client_secret_here
|
|
WORDPRESS_REDIRECT_URI=
|
|
|
|
# Development Settings
|
|
DISABLE_AUTH=false
|