Skip to content

Commit

Permalink
Fix Qualitis appconn init sql to adapt DSS SSO.
Browse files Browse the repository at this point in the history
  • Loading branch information
zqburde committed Nov 23, 2022
1 parent 7e7061a commit 61f710b
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 61f710b

Please sign in to comment.