Skip to content

Commit 0e74ebf

Browse files
committed
Merge branch 'dev-0.2.0-webank' into dev-0.2.0
2 parents e36ecb4 + d7e0d0b commit 0e74ebf

File tree

1 file changed

+2
-2
lines changed
  • streamis-appconn/src/main/resources

1 file changed

+2
-2
lines changed

streamis-appconn/src/main/resources/init.sql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ VALUES(@jobcenter_dss_appconn_id, 1, 'StreamSQL development', 'StreamSQL开发',
2727

2828
INSERT INTO dss_appconn_instance
2929
(appconn_id, label, url, enhance_json, homepage_uri)
30-
VALUES(@dss_appconn_id, 'DEV', 'http://127.0.0.1:9188/', '', 'http://127.0.0.1:9188/#/realTimeJobCenter');
30+
VALUES(@dss_appconn_id, 'DEV', 'http://Streamis_INSTALL_IP:Streamis_INSTALL_PORT/', '', 'http://Streamis_INSTALL_IP:Streamis_INSTALL_PORT/#/realTimeJobCenter');
3131

3232
INSERT INTO dss_appconn_instance
3333
(appconn_id, label, url, enhance_json, homepage_uri)
34-
VALUES(@jobcenter_dss_appconn_id, 'DEV', 'http://127.0.0.1:9188/#/realTimeJobCenter', NULL, NULL);
34+
VALUES(@jobcenter_dss_appconn_id, 'DEV', 'http://Streamis_INSTALL_IP:Streamis_INSTALL_PORT/#/realTimeJobCenter', NULL, NULL);

0 commit comments

Comments
 (0)