Skip to content

Commit 4ba525a

Browse files
fix: use production server
1 parent b3853af commit 4ba525a

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

cli/src/config/config.ts

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,8 @@ import { useExperimentalNetworks } from '../utils/featureFlags.js';
33
export const SCONE_TAG = ['tee', 'scone'];
44
export const DEFAULT_SCONE_VERSION = 'v5.9';
55

6-
// export const SCONIFY_API_HTTP_URL = 'https://iapp-api.iex.ec';
7-
// export const SCONIFY_API_WS_URL = 'wss://iapp-api.iex.ec';
8-
9-
// TODO use local server for the POC
10-
export const SCONIFY_API_HTTP_URL = 'http://127.0.0.1:3000';
11-
export const SCONIFY_API_WS_URL = 'ws://127.0.0.1:3000';
6+
export const SCONIFY_API_HTTP_URL = 'https://iapp-api.iex.ec';
7+
export const SCONIFY_API_WS_URL = 'wss://iapp-api.iex.ec';
128

139
export const CONFIG_FILE = 'iapp.config.json';
1410
export const TEST_INPUT_DIR = 'input';

0 commit comments

Comments
 (0)