Bing Analytics and Insights added, background jobs added, database setup updated, environment setup updated, frontend updated, backend updated.

Onboarding Manager and Router Manager refactored, analytics and background jobs added, database setup updated, environment setup updated, frontend updated, backend updated.
Critical onboarding database migration implemented.
This commit is contained in:
ajaysi
2025-10-18 10:28:15 +05:30
parent 40fb6ac95b
commit 1f087aad4c
69 changed files with 11995 additions and 189 deletions

View File

@@ -14,11 +14,19 @@ EXA_API_KEY=your_exa_api_key_here
# Authentication
# CLERK_SECRET_KEY=your_clerk_secret_key_here
# OAuth Redirect URIs
GSC_REDIRECT_URI=https://your-frontend.vercel.app/gsc/callback
WORDPRESS_REDIRECT_URI=https://your-frontend.vercel.app/wp/callback
WIX_REDIRECT_URI=https://your-frontend.vercel.app/wix/callback
# Frontend URL for OAuth callbacks
FRONTEND_URL=https://alwrity-ai.vercel.app
# OAuth Redirect URIs (Using environment variable for flexibility)
GSC_REDIRECT_URI=${FRONTEND_URL}/gsc/callback
WORDPRESS_REDIRECT_URI=${FRONTEND_URL}/wp/callback
WIX_REDIRECT_URI=${FRONTEND_URL}/wix/callback
BING_REDIRECT_URI=${FRONTEND_URL}/bing/callback
# Bing Webmaster OAuth Credentials
# Get these from: https://www.bing.com/webmasters/ > Settings > API Access
BING_CLIENT_ID=your_bing_client_id_here
BING_CLIENT_SECRET=your_bing_client_secret_here
# Server Configuration
HOST=0.0.0.0