KEYCLOAK-6647 Don't use remote debugging for domain mode
This commit is contained in:
parent
5ec50461ee
commit
1ef5379648
1 changed files with 1 additions and 0 deletions
|
@ -73,6 +73,7 @@
|
|||
<auth.server.config.dir>${auth.server.home}/domain/configuration</auth.server.config.dir>
|
||||
<auth.server.adapter.impl.class>org.jboss.as.arquillian.container.domain.managed.ManagedDomainDeployableContainer</auth.server.adapter.impl.class>
|
||||
<auth.server.management.port>9990</auth.server.management.port>
|
||||
<auth.server.jboss.jvm.debug.args></auth.server.jboss.jvm.debug.args> <!-- because of KEYCLOAK-6647 -->
|
||||
</properties>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
|
|
Loading…
Reference in a new issue