As Microcks is a Spring Boot application, it may allow additional default environment variables to tune the Spring behavior. Namely stuffs like MAX_UPLOAD_FILE_SIZE are used by some users in the community (see microcks/microcks#607).
We also have the SERVICES_UPDATE_INTERVAL that can be used to specify importer polling frequency. We'll certainly not be able to list all the configuration variables available out there so we propose having a generic environment variable approach.
You'll be able to define this kind of config in the MicrocksInstall resource:
As Microcks is a Spring Boot application, it may allow additional default environment variables to tune the Spring behavior. Namely stuffs like
MAX_UPLOAD_FILE_SIZE
are used by some users in the community (see microcks/microcks#607).We also have the
SERVICES_UPDATE_INTERVAL
that can be used to specify importer polling frequency. We'll certainly not be able to list all the configuration variables available out there so we propose having a generic environment variable approach.You'll be able to define this kind of config in the
MicrocksInstall
resource: