Files
NowChess-Frontend/src/environments/environment.development.ts
T
2026-06-23 09:38:08 +02:00

10 lines
254 B
TypeScript

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