We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dea0657 + a84f377 commit 833bc80Copy full SHA for 833bc80
appconn/src/main/resources/init.sql
@@ -35,7 +35,7 @@ INSERT INTO `dss_appconn_instance`(
35
VALUES (@dss_appconn_qualitisId,
36
'DEV',
37
'http://APPCONN_INSTALL_IP:APPCONN_INSTALL_PORT/',
38
- '',
+ '{"reqUri":""}',
39
'#/dashboard');
40
41
select @dss_qualitis_appconnId:=id from `dss_appconn` WHERE `appconn_name` in ('qualitis');
0 commit comments