95eff42dfe
Co-authored-by: Lala, Shahd <Shahd.Lala@sybit.de> Co-authored-by: shahdlala66 <shahd.lala66@gmail.com> Reviewed-on: #8
9 lines
201 B
TypeScript
9 lines
201 B
TypeScript
export const environment = {
|
|
production: false,
|
|
apiBaseUrl: '',
|
|
accountServiceUrl: '',
|
|
wsBaseUrl: 'ws://localhost:8084',
|
|
userWsBaseUrl: 'ws://localhost:8084',
|
|
apiPath: '/api/board/game'
|
|
};
|