Skip to content

Commit b2a15bf

Browse files
committed
chore: restore env files
Signed-off-by: Manuel Abascal <mjabascal10@gmail.com>
1 parent afed768 commit b2a15bf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "7.1.0",
44
"scripts": {
55
"ng": "ng",
6-
"start": "ng serve --host 0.0.0.0 --disable-host-check",
6+
"start": "ng serve --host 0.0.0.0",
77
"build": "ng build --prod --base-href /",
88
"test": "ng test",
99
"lint": "ng lint",

frontend/src/environments/environment.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
export const environment = {
66
production: false,
7-
//SERVER_API_URL: 'https://192.168.1.18/',
8-
SERVER_API_URL: 'http://localhost:8080/',
7+
SERVER_API_URL: 'https://192.168.1.18/',
8+
//SERVER_API_URL: 'http://localhost:8080/',
99
SERVER_API_CONTEXT: '',
1010
SESSION_AUTH_TOKEN: window.location.host.split(':')[0].toLocaleUpperCase(),
1111
WEBSOCKET_URL: '//localhost:8080',

0 commit comments

Comments
 (0)