Skip to content

Commit

Permalink
Merge pull request #149 from zqburde/master
Browse files Browse the repository at this point in the history
Fix Qualitis appconn init sql to adapt DSS SSO.
  • Loading branch information
Tangjiafeng authored Dec 11, 2023
2 parents f13ae77 + 61f710b commit 9d093ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appconn/src/main/resources/init.sql
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ INSERT INTO `dss_appconn_instance`(
VALUES (@dss_appconn_qualitisId,
'DEV',
'http://APPCONN_INSTALL_IP:APPCONN_INSTALL_PORT/',
'',
'{"reqUri":""}',
'#/dashboard');

select @dss_qualitis_appconnId:=id from `dss_appconn` WHERE `appconn_name` in ('qualitis');
Expand Down

0 comments on commit 9d093ba

Please sign in to comment.