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

...

Running API

...

server in IDE

...

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

...

and the rest of the stack using docker-compose

Please see the instructions at this page.


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