We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afed768 commit b2a15bfCopy full SHA for b2a15bf
frontend/package.json
@@ -3,7 +3,7 @@
3
"version": "7.1.0",
4
"scripts": {
5
"ng": "ng",
6
- "start": "ng serve --host 0.0.0.0 --disable-host-check",
+ "start": "ng serve --host 0.0.0.0",
7
"build": "ng build --prod --base-href /",
8
"test": "ng test",
9
"lint": "ng lint",
frontend/src/environments/environment.ts
@@ -4,8 +4,8 @@
export const environment = {
production: false,
- //SERVER_API_URL: 'https://192.168.1.18/',
- SERVER_API_URL: 'http://localhost:8080/',
+ SERVER_API_URL: 'https://192.168.1.18/',
+ //SERVER_API_URL: 'http://localhost:8080/',
SERVER_API_CONTEXT: '',
10
SESSION_AUTH_TOKEN: window.location.host.split(':')[0].toLocaleUpperCase(),
11
WEBSOCKET_URL: '//localhost:8080',
0 commit comments