Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

activemq.broker.url=nio+ssl://docker.local:61617
oauth.authorization.server.url
=http://localhost:8080
oauth2.client.client-id=074554bd-2ab7-4249-8267-8747459d82ab
oauth2.client.client-secret=66e2caa4-c656-4b94-9d44-dc0b90320b02
oauth2.client.grant-type=client_credentials
younite.adaptor.uuid
=defaultUuid



To run API Server in IDE (while running compose stack with AMQ), you can configure the IDE to run the server with the following parameters:


-Dactivemq.broker.url=nio+ssl://192.168.2.200:61617 -Djavax.net.ssl.trustStore=docker/openmdm-mb/docker/certs/client.ts


The first is the IP address of your localhost. The second option is the location of the client.ts cert. 




PLEASE Note: The above mentioned properties can be either specified in application.properties file for spring boot application or using the environment variables of the same name in docker instance, via the docker command line or the docker-compose.yml file