1dabd88c62
Co-authored-by: shahdlala66 <shahd.lala66@gmail.com> Reviewed-on: #14
10 lines
254 B
TypeScript
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'
|
|
};
|