7 lines
135 B
TypeScript
7 lines
135 B
TypeScript
export const environment = {
|
|
production: true,
|
|
apiBaseUrl: '',
|
|
wsBaseUrl: 'ws://localhost:8080',
|
|
apiPath: '/api/board/game'
|
|
};
|