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 b3853af commit 4ba525aCopy full SHA for 4ba525a
cli/src/config/config.ts
@@ -3,12 +3,8 @@ import { useExperimentalNetworks } from '../utils/featureFlags.js';
3
export const SCONE_TAG = ['tee', 'scone'];
4
export const DEFAULT_SCONE_VERSION = 'v5.9';
5
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';
+export const SCONIFY_API_HTTP_URL = 'https://iapp-api.iex.ec';
+export const SCONIFY_API_WS_URL = 'wss://iapp-api.iex.ec';
12
13
export const CONFIG_FILE = 'iapp.config.json';
14
export const TEST_INPUT_DIR = 'input';
0 commit comments