Fixed incorrect APP url to access CLI
[oom.git] / kubernetes / config / docker / init / src / config / portal / mariadb / oom_updates.sql
index 3c7206c..781b046 100644 (file)
@@ -5,3 +5,4 @@ Any updates required by OOM to the portaldb are made here.
 while the OOM K8s version has these service split up.
 */
 UPDATE fn_app SET app_rest_endpoint = 'http://sdc.api.be.simpledemo.onap.org:8080/api/v2' where app_name = 'SDC';
+UPDATE fn_app SET app_url = 'http://cli.api.simpledemo.onap.org:8080', app_type = 1 where app_name='CLI';