Skip to content

Commit

Permalink
feat: change env link
Browse files Browse the repository at this point in the history
  • Loading branch information
kungfuboy committed Sep 9, 2022
1 parent 5e66526 commit c9da6cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/workbench/browser/src/environments/environment.dev.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ export const APP_CONFIG = Object.assign(
{
production: false,
environment: 'DEV',
SOCKETIO_URL: 'ws://localhost:4301',
SOCKETIO_URL: 'ws://106.12.149.147:4301',
},
COMMON_CONFIG
);
2 changes: 1 addition & 1 deletion src/workbench/browser/src/environments/environment.web.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ export const APP_CONFIG = Object.assign(
{
production: false,
environment: 'WEB',
SOCKETIO_URL: 'ws://localhost:4301',
SOCKETIO_URL: 'ws://106.12.149.147:4301',
},
COMMON_CONFIG
);

0 comments on commit c9da6cb

Please sign in to comment.