Skip to content

Commit

Permalink
feat: update config
Browse files Browse the repository at this point in the history
  • Loading branch information
kungfuboy committed Sep 13, 2022
1 parent ba569db commit cada91c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/enviroment.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export const ELETRON_APP_CONFIG = {
EXTENSION_URL: 'http://106.12.149.147',
REMOTE_SOCKET_URL: 'wss://8.219.85.124',
REMOTE_SOCKET_URL: 'wss://www.eoapi.io',
SOCKET_PORT: 4301,
MOCK_URL: 'https://mockapi.eolink.com/ztBFKai20ee60c12871881565b5a6ddd718337df0e30979',
NODE_SERVER_PORT: 4201,
Expand Down
2 changes: 1 addition & 1 deletion src/workbench/browser/src/environments/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export type APP_CONFIG_INSTANT = {
production: boolean;
environment: 'DEV' | 'PROD';
EXTENSION_URL: string;
REMOTE_SOCKET_URL: 'wss://8.219.85.124';
REMOTE_SOCKET_URL: 'wss://www.eoapi.io';
SOCKET_PORT: number;
MOCK_URL: string;
};

0 comments on commit cada91c

Please sign in to comment.