fixed client config formatting
This commit is contained in:
parent
5e8c158214
commit
857706c7b7
1 changed files with 1 additions and 2 deletions
|
@ -235,8 +235,7 @@ public class ClientConfigServiceImpl implements ClientConfigService {
|
||||||
? "true"
|
? "true"
|
||||||
: "false",
|
: "false",
|
||||||
(StringUtils.isNotBlank(config.fallbackStartURL))
|
(StringUtils.isNotBlank(config.fallbackStartURL))
|
||||||
? " <key>startURL</key>%n" +
|
? "<key>startURL</key>\r\n <string>" + config.fallbackStartURL + "</string>\r\n"
|
||||||
" <string>" + config.fallbackStartURL + "</string>%n"
|
|
||||||
: "",
|
: "",
|
||||||
this.webserviceInfo.getExternalServerURL(),
|
this.webserviceInfo.getExternalServerURL(),
|
||||||
String.valueOf(config.institutionId),
|
String.valueOf(config.institutionId),
|
||||||
|
|
Loading…
Reference in a new issue