UNPKG

@spectrumsense/spectrum-chat-dev

Version:

Embeddable AI Widget - Add trusted, evidence-based answers directly to your website. Simple installation, enterprise-grade security.

17 lines (14 loc) 386 B
/** * Prod Environment Configuration * For production deployment with live API */ // Override the default configuration for prod environment window.SpectrumConfig.overrideConfig({ API_ROOT: 'https://api.spectrumsense.co', ENVIRONMENT: 'prod', DEFAULT_CONFIG: { ...window.SpectrumConfig.getConfig(), debug: false } }); console.log('🌟 Prod configuration loaded');