Skip to main content
Version: 1.16

Configuration Importation/Exportation

Microservices settings regroup a set of settings that are specific by tenant and stored in the microservice database.

Import/Export API

To configure some microservice settings for a specific tenant, you need to follow the generic Import/Export service configuration guide, it will help you understand the expected JSON file payload that you can send to the import configuration endpoint.

This configuration can also be imported or exported through administrator UI.

Configurable parameters

NameTypeDefault valueDescription

Not yet release !

Example

rs-order configuration file example
{
"microservice": "rs-order",
"modules": [
]
}