# OAuth Configuration for Hugging Face # Get these values from: https://huggingface.co/settings/connected-applications # Your OAuth application's client ID OAUTH_CLIENT_ID=your_client_id_here # Your OAuth application's client secret OAUTH_CLIENT_SECRET=your_client_secret_here # The redirect URI registered with your OAuth application # For local development, this should be: http://localhost:5173/oauth/callback # For production, use your actual domain: https://yourdomain.com/oauth/callback OAUTH_REDIRECT_URI=http://localhost:5173/oauth/callback # Node environment NODE_ENV=development