Skip to content

Commit

Permalink
Merge branch 'dev-0.2.0-webank' into dev-0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Davidhua1996 committed Jun 23, 2022
2 parents 856b1c4 + 997b931 commit bf19df3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions streamis-appconn/src/main/resources/init.sql
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ VALUES(@jobcenter_dss_appconn_id, 1, 'StreamSQL development', 'StreamSQL开发',

INSERT INTO dss_appconn_instance
(appconn_id, label, url, enhance_json, homepage_uri)
VALUES(@dss_appconn_id, 'DEV', 'http://10.107.97.166:9188/', '', 'http://10.107.97.166:9188/#/realTimeJobCenter');
VALUES(@dss_appconn_id, 'DEV', 'http://Streamis_INSTALL_IP:Streamis_INSTALL_PORT/', '', 'http://Streamis_INSTALL_IP:Streamis_INSTALL_PORT/#/realTimeJobCenter');

INSERT INTO dss_appconn_instance
(appconn_id, label, url, enhance_json, homepage_uri)
VALUES(@jobcenter_dss_appconn_id, 'DEV', 'http://10.107.97.166:9188/#/realTimeJobCenter', NULL, NULL);
VALUES(@jobcenter_dss_appconn_id, 'DEV', 'http://Streamis_INSTALL_IP:Streamis_INSTALL_PORT/#/realTimeJobCenter', NULL, NULL);

0 comments on commit bf19df3

Please sign in to comment.