window.PubSub = {}; window.PubSub.options = { environment: 'prod', url: { base: 'https://www.chess.com', baseWss: 'wss://www.chess.com', chat: 'https://www.chess.com/service/chat/', classroom: 'https://www.chess.com/service/classroom/', insights: 'https://www.chess.com/service/insights/', invitations: 'https://www.chess.com/service/invitations/', matcher: 'https://www.chess.com/service/matcher/', notifications: 'https://www.chess.com/service/notifications/notifications', game: 'https://www.chess.com/service/play/', play: 'https://www.chess.com/service/play/', playerObserver: 'https://www.chess.com/service/player-observer/idl', presence: 'https://www.chess.com/service/presence/', pubsub: 'wss://www.chess.com/pubsub', ratings: 'https://www.chess.com/service/ratings/', reactions: 'https://www.chess.com/service/reactions/', settings: 'https://www.chess.com/service/settings/', topplayers: 'https://www.chess.com/service/topplayers/', tournaments: 'https://www.chess.com/service/tournaments/', gamelist: 'https://www.chess.com/service/gamelist/', userProperties: 'https://www.chess.com/service/user-properties', users: '', }, };