mirror of https://github.com/penpot/penpot.git
🔧 Change default jmx port on deps.edn
This commit is contained in:
parent
b7cd315872
commit
b0dc7d6ffb
|
|
@ -97,8 +97,8 @@
|
||||||
|
|
||||||
:jmx-remote
|
:jmx-remote
|
||||||
{:jvm-opts ["-Dcom.sun.management.jmxremote"
|
{:jvm-opts ["-Dcom.sun.management.jmxremote"
|
||||||
"-Dcom.sun.management.jmxremote.port=9090"
|
"-Dcom.sun.management.jmxremote.port=9000"
|
||||||
"-Dcom.sun.management.jmxremote.rmi.port=9090"
|
"-Dcom.sun.management.jmxremote.rmi.port=9000"
|
||||||
"-Dcom.sun.management.jmxremote.local.only=false"
|
"-Dcom.sun.management.jmxremote.local.only=false"
|
||||||
"-Dcom.sun.management.jmxremote.authenticate=false"
|
"-Dcom.sun.management.jmxremote.authenticate=false"
|
||||||
"-Dcom.sun.management.jmxremote.ssl=false"
|
"-Dcom.sun.management.jmxremote.ssl=false"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue