Versions Compared

Key

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

...

>> User Settings Endpoints

Some endpoints are available also via the Web-API Gateway. Those endpoints are called by the CLIENT service that provides yuuvis® client as reference implementation.

>> Web-API Gateway Endpoints

Requirements

In addition to the yuuvis® Momentum core services, USERSERVICE has further requirements.

...

  • spring.servlet.multipart.max-file-size
  • spring.servlet.multipart.max-request-size

As of 2023 Autumn, it is possible to configure multiple database connection to realize tenant-specific data storage. The configuration has to be formatted like the storage section in the application-dbs.yml configuration file for the core system.

Docker Deployment

Within the docker environment, the USERSERVICE will run in two separate docker containers.

Instead of deploying docker containers manually, we strongly recommend to use docker-compose. With docker-compose you can easily manage one or several deployments on your docker host, without copy-pasting docker commands manually. You will find pre-defined service stacks for connecting to different databases in our repository.

...