ff75c8ce2f
User Profile info, no game before login/register, menu bar --------- Co-authored-by: Lala, Shahd <Shahd.Lala@sybit.de> Co-authored-by: shahdlala66 <shahd.lala66@gmail.com> Reviewed-on: #2
8 lines
161 B
TypeScript
8 lines
161 B
TypeScript
export const environment = {
|
|
production: false,
|
|
apiBaseUrl: '',
|
|
accountServiceUrl: '',
|
|
wsBaseUrl: 'ws://localhost:8080',
|
|
apiPath: '/api/board/game'
|
|
};
|