ALwrity + Wordpress + Wix + GSC integration

This commit is contained in:
ajaysi
2025-10-08 10:13:14 +05:30
parent 14dfb2e5c0
commit 3bab3450dc
147 changed files with 19815 additions and 17053 deletions

View File

@@ -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