SPACE_JSON | json string to configure the spaces. Example: |
|
|
|
|
CONTEXT | The base URI context path for the server. If not set, defaults to the root context. |
CORS_ENABLED | Enables or disables Cross-Origin Resource Sharing (CORS) at the security level. |
CSRF_ENABLED | Enables or disables Cross-Site Request Forgery (CSRF) protection. |
DB_PREFIX | Prefix for the MongoDB database names. Default is CDCM. |
MONGO_CONNECTION_STRING | Defines the full mongodb connection string. Should include hostname (or multiple, if a replica set with multiple nodes is used) including port(s) and optionally the DB name.
Example:
or for multiple hosts:
|
MONGO_TRANSACTIONS_ENABLED | Enables or disables MongoDB transactions. Defaults to false. Note: Can only be enabled if the mongodb deployment uses a replica set. |
OAUTH10A_ACTIVE and OAUTH10A_ENABLE | Control whether OAuth 1.0a is active and enabled in the application. |
OAUTH10A_CONSUMER_KEY | Consumer key for OAuth 1.0a authentication. |
OAUTH10A_CONSUMER_SECRET | Consumer secret for OAuth 1.0a authentication. |
OAUTH10A_NAME | The name for the OAuth 1.0a configuration. |
OAUTH10A_PROTECTED_URL_ROOT | Specifies the protected URLs for OAuth 1.0a authentication (comma seperated). |
OAUTH10A_ROOT_SERVICE_URL | URL for the OAuth 1.0a root services. |
PORT | Sets the port on which the server will listen. Default is 8080 if not specified. |
PUBLIC_URL | The public-facing URL of the server, used for building absolute URLs. Default is http://localhost with the specified server port. |
X_FRAME_SAME_ORIGIN | Controls the 'X-Frame-Options' header for clickjacking protection. Defaults to true. |
SSO env vars
| Default client ID for authentication |
| Default client secret for authentication |
| URI of the issuer for authentication |
| Authorization URI |
| Token URI for obtaining access and refresh tokens |
| User info URI to obtain user details |
| URI to obtain JSON Web Key Set |
| End session URI for logging out |
| Indicates whether Proof Key for Code Exchange (PKCE) is used |
| Attribute name for client roles |
| Attribute name for user ID |
| Attribute name for user name |
| Attribute name for user's first name |
| Attribute name for user's last name |
| Attribute name for user's email address |