ALwrity + Wordpress + Wix + GSC integration
This commit is contained in:
@@ -3,11 +3,22 @@ CLERK_SECRET_KEY=your_clerk_secret_key_here
|
||||
CLERK_PUBLISHABLE_KEY=your_clerk_publishable_key_here
|
||||
|
||||
# Google Search Console
|
||||
GSC_REDIRECT_URI=http://localhost:8000/gsc/callback
|
||||
GSC_REDIRECT_URI=your-domain-name/gsc/callback
|
||||
|
||||
# Wix Integration (Headless OAuth - Client ID only, no Client Secret required)
|
||||
WIX_CLIENT_ID=75d88e36-1c76-4009-b769-15f4654556df
|
||||
WIX_REDIRECT_URI=https://littery-sonny-unscrutinisingly.ngrok-free.dev/wix/callback
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user