import { IConfiguration } from "../typings"; export const defaultConfiguration: IConfiguration = { chatServer: '/botman', frameEndpoint: '/botman/chat', timeFormat: 'HH:MM', dateTimeFormat: 'm/d/yy HH:MM', title: 'BotMan Widget', cookieValidInDays: 1, introMessage: '', placeholderText: 'Send a message...', displayMessageTime: true, sendWidgetOpenedEvent: false, widgetOpenedEventData: '', mainColor: '#408591', headerTextColor: '#333', bubbleBackground: '#408591', bubbleAvatarUrl: '', desktopHeight: 450, desktopWidth: 370, mobileHeight: '100%', mobileWidth: '300px', videoHeight: 160, aboutLink: 'https://botman.io', aboutText: '⚡ Powered by BotMan', chatId: '', userId: '', alwaysUseFloatingButton: false, };