@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) • 397 B
JavaScript
/**
* Develop Environment Configuration
* For develop deployment with dev API
*/
// Override the default configuration for develop environment
window.SpectrumConfig.overrideConfig({
API_ROOT: 'https://dev-api.spectrumsense.co',
ENVIRONMENT: 'develop',
DEFAULT_CONFIG: {
...window.SpectrumConfig.getConfig(),
debug: true
}
});
console.log('🚀 Develop configuration loaded');