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 cf28118 commit b9641dbCopy full SHA for b9641db
src/environments/environment.ts
@@ -5,7 +5,7 @@
5
export const environment = {
6
production: false,
7
GO_DB2_API: 'http://localhost:8080/predict',
8
- IBM_WML_API: 'https://<url>',
+ IBM_WML_API: 'https://us-south.ml.cloud.ibm.com/v3/wml_instances/ee215244-7c33-4ffb-ae7f-e2aac55d92f4/deployments/3cfaa43b-4cae-403a-a4ed-db8b3de009dd/online',
9
NODE_HOST: 'http://localhost:8888'
10
};
11
0 commit comments