This closes #3945
This commit is contained in:
commit
edc5c9ffa2
|
@ -44,6 +44,8 @@ if [ -z "$ARTEMIS_INSTANCE" ] ; then
|
||||||
ARTEMIS_INSTANCE=`cd "$ARTEMIS_INSTANCE/.." && pwd`
|
ARTEMIS_INSTANCE=`cd "$ARTEMIS_INSTANCE/.." && pwd`
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
HAWTIO_ROLE="NO_HAWTIO_ROLE"
|
||||||
|
|
||||||
# Load Profile Data
|
# Load Profile Data
|
||||||
ARTEMIS_INSTANCE_ETC='${artemis.instance.etc}'
|
ARTEMIS_INSTANCE_ETC='${artemis.instance.etc}'
|
||||||
. "$ARTEMIS_INSTANCE_ETC/artemis.profile"
|
. "$ARTEMIS_INSTANCE_ETC/artemis.profile"
|
||||||
|
|
|
@ -31,6 +31,8 @@ ARTEMIS_INSTANCE_ETC_URI='${artemis.instance.etc.uri}'
|
||||||
#ARTEMIS_CLUSTER_PROPS="-Dactivemq.remoting.default.port=61617 -Dactivemq.remoting.amqp.port=5673 -Dactivemq.remoting.stomp.port=61614 -Dactivemq.remoting.hornetq.port=5446"
|
#ARTEMIS_CLUSTER_PROPS="-Dactivemq.remoting.default.port=61617 -Dactivemq.remoting.amqp.port=5673 -Dactivemq.remoting.stomp.port=61614 -Dactivemq.remoting.hornetq.port=5446"
|
||||||
|
|
||||||
# Hawtio Properties
|
# Hawtio Properties
|
||||||
|
# HAWTIO_ROLE define the user role or roles required to be able to login to the console. Multiple roles to allow can
|
||||||
|
# be separated by a comma. Set to '*' or an empty value to disable role checking when Hawtio authenticates a user.
|
||||||
HAWTIO_ROLE='${role}'
|
HAWTIO_ROLE='${role}'
|
||||||
|
|
||||||
# Java Opts
|
# Java Opts
|
||||||
|
|
Loading…
Reference in New Issue