export const environment = { production: false, apiBaseUrl: '', accountServiceUrl: '', wsBaseUrl: 'ws://localhost:8084', userWsBaseUrl: 'ws://localhost:8084', apiPath: '/api/board/game' };