We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2431418 commit 125560cCopy full SHA for 125560c
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