We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79e908f commit 6ce7ea3Copy full SHA for 6ce7ea3
frontend/src/environments/environment.ts
@@ -4,8 +4,8 @@
4
5
export const environment = {
6
production: false,
7
- // SERVER_API_URL: 'https://192.168.1.18/',
8
- SERVER_API_URL: 'http://localhost:8080/',
+ SERVER_API_URL: 'https://192.168.1.18/',
+ //SERVER_API_URL: 'http://localhost:8080/',
9
SERVER_API_CONTEXT: '',
10
SESSION_AUTH_TOKEN: window.location.host.split(':')[0].toLocaleUpperCase(),
11
WEBSOCKET_URL: '//localhost:8080',
0 commit comments