public class JoynrConfigurationProvider extends Object
In order to override values via environment variables, take the joynr property name
(see the
Java Configuration Reference
for details) and replace all period
characters ('.') with underscores ('_'). Hence, joynr.servlet.hostpath
becomes joynr_servlet_hostpath. Case is ignored, so you can feel free
to use upper-case to make any of the longer names more readable in your setup.
Values which you will most likely want to override to match your deployment setup are:
MqttModule.PROPERTY_KEY_MQTT_BROKER_URIMessagingPropertyKeys.PROPERTY_SERVLET_CONTEXT_ROOTMessagingPropertyKeys.PROPERTY_SERVLET_HOST_PATH| Constructor and Description |
|---|
JoynrConfigurationProvider() |
| Modifier and Type | Method and Description |
|---|---|
String |
getJoynrLocalDomain() |
Properties |
getJoynrProperties() |
@Produces @JoynrProperties public Properties getJoynrProperties()
@Produces @JoynrLocalDomain public String getJoynrLocalDomain()
Copyright © 2017. All rights reserved.