|
127 | 127 | ${kie.maven.settings} |
128 | 128 | -Dauth.server.truststore=${auth.server.truststore} |
129 | 129 | -Dauth.server.truststore.password=${auth.server.truststore.password} |
| 130 | + -Dauth.server.db.host=${auth.server.db.host} |
130 | 131 | </property> |
131 | 132 | <property name="javaVmArguments"> |
132 | 133 | ${auth.server.jboss.jvm.debug.args} |
|
154 | 155 | ${auth.server.profile} |
155 | 156 | -Dauth.server.truststore=${auth.server.truststore} |
156 | 157 | -Dauth.server.truststore.password=${auth.server.truststore.password} |
| 158 | + -Dauth.server.db.host=${auth.server.db.host} |
157 | 159 | </property> |
158 | 160 | <property name="javaVmArguments"> |
159 | 161 | ${auth.server.memory.settings} |
|
179 | 181 | ${auth.server.profile} |
180 | 182 | -Dauth.server.truststore=${auth.server.truststore} |
181 | 183 | -Dauth.server.truststore.password=${auth.server.truststore.password} |
| 184 | + -Dauth.server.db.host=${auth.server.db.host} |
182 | 185 | </property> |
183 | 186 | <property name="javaVmArguments"> |
184 | 187 | ${auth.server.memory.settings} |
|
258 | 261 | ${auth.server.profile} |
259 | 262 | -Dauth.server.truststore=${auth.server.truststore} |
260 | 263 | -Dauth.server.truststore.password=${auth.server.truststore.password} |
| 264 | + -Dauth.server.db.host=${auth.server.db.host} |
261 | 265 | </property> |
262 | 266 | <property name="javaVmArguments"> |
263 | 267 | ${auth.server.memory.settings} |
|
287 | 291 | ${auth.server.profile} |
288 | 292 | -Dauth.server.truststore=${auth.server.truststore} |
289 | 293 | -Dauth.server.truststore.password=${auth.server.truststore.password} |
| 294 | + -Dauth.server.db.host=${auth.server.db.host} |
290 | 295 | </property> |
291 | 296 | <property name="javaVmArguments"> |
292 | 297 | ${auth.server.memory.settings} |
|
423 | 428 | -Dauth.server.truststore.password=${auth.server.truststore.password} |
424 | 429 | -Dkeycloak.connectionsInfinispan.default.remoteStoreSecurityEnabled=${keycloak.connectionsInfinispan.default.remoteStoreSecurityEnabled} |
425 | 430 | -Dkeycloak.connectionsInfinispan.hotrodProtocolVersion=${keycloak.connectionsInfinispan.hotrodProtocolVersion} |
| 431 | + -Dauth.server.db.host=${auth.server.db.host} |
426 | 432 | </property> |
427 | 433 | <property name="javaVmArguments"> |
428 | 434 | ${auth.server.memory.settings} |
|
452 | 458 | -Dauth.server.truststore.password=${auth.server.truststore.password} |
453 | 459 | -Dkeycloak.connectionsInfinispan.default.remoteStoreSecurityEnabled=${keycloak.connectionsInfinispan.default.remoteStoreSecurityEnabled} |
454 | 460 | -Dkeycloak.connectionsInfinispan.hotrodProtocolVersion=${keycloak.connectionsInfinispan.hotrodProtocolVersion} |
| 461 | + -Dauth.server.db.host=${auth.server.db.host} |
455 | 462 | </property> |
456 | 463 | <property name="javaVmArguments"> |
457 | 464 | ${auth.server.memory.settings} |
|
482 | 489 | -Dauth.server.truststore.password=${auth.server.truststore.password} |
483 | 490 | -Dkeycloak.connectionsInfinispan.default.remoteStoreSecurityEnabled=${keycloak.connectionsInfinispan.default.remoteStoreSecurityEnabled} |
484 | 491 | -Dkeycloak.connectionsInfinispan.hotrodProtocolVersion=${keycloak.connectionsInfinispan.hotrodProtocolVersion} |
| 492 | + -Dauth.server.db.host=${auth.server.db.host} |
485 | 493 | </property> |
486 | 494 | <property name="javaVmArguments"> |
487 | 495 | ${auth.server.memory.settings} |
|
511 | 519 | -Dauth.server.truststore.password=${auth.server.truststore.password} |
512 | 520 | -Dkeycloak.connectionsInfinispan.default.remoteStoreSecurityEnabled=${keycloak.connectionsInfinispan.default.remoteStoreSecurityEnabled} |
513 | 521 | -Dkeycloak.connectionsInfinispan.hotrodProtocolVersion=${keycloak.connectionsInfinispan.hotrodProtocolVersion} |
| 522 | + -Dauth.server.db.host=${auth.server.db.host} |
514 | 523 | </property> |
515 | 524 | <property name="javaVmArguments"> |
516 | 525 | ${auth.server.memory.settings} |
|
551 | 560 | ${auth.server.memory.settings} |
552 | 561 | -Dauth.server.truststore=${auth.server.truststore} |
553 | 562 | -Dauth.server.truststore.password=${auth.server.truststore.password} |
| 563 | + -Dauth.server.db.host=${auth.server.db.host} |
554 | 564 | </property> |
555 | 565 | <property name="managementPort">${auth.server.management.port}</property> |
556 | 566 | <property name="startupTimeoutInSeconds">${auth.server.jboss.startup.timeout}</property> |
|
0 commit comments