import { ConfigurationInterface } from './ConfigurationInterface.js'; export const DefaultConfiguration: ConfigurationInterface = { key: 'default', token: '', host: 'app.honorlock.com', context: { type: 'course', id: 'course-uuid', }, height: 600, width: 900, debug: false, showHeader: true, showLivechat: true, };