Web Configuration
In a production environment, your application server would typically be run containerized in a Docker or Kubernetes
context. As such, environment variables would either be set by your Docker Compose
files, or Kubernetes
deployment
manifests.
Modlet Environment Variables
This section only covers IAMS-WEB
specific modlet environment variables. The Web Base
environment variables still apply.
Environment Variable | Example Value |
---|---|
IAMS_AAS_URL | http://iams-aas.127.0.0.1.nip.io |
PUBLIC_PAGINATION_LIMIT | 1000 |
IAMS_AAS_URL
The URL to the IAMS-AAS
service
The base URL to call the
IAMS-AAS
service endpoints.PUBLIC_PAGINATION_LIMIT
The value for the default pagination limit
Specifies the default number of items to fetch from the backend when
retrieving paginated data. If not explicitly set, it defaults to 1000
.
Changing this value will impact all requests that retrieve lists of data
across the application.