Configuration

Below are the available environment variables used to configure the Webforms application.

WEBFORMS_SERVER_LIMITS_FORMS

A list of limits on the number of active sessions for the specified forms.

  • WEBFORMS_SERVER_LIMITS_FORMS_<INDEX>_NAME

    The name of the form for which the active session limit is being set.

    Default value: null

    Valid value: any valid form name

  • WEBFORMS_SERVER_LIMITS_FORMS_<INDEX>_LIMIT

    A number specifying the maximum number of active sessions for the specified form across the entire cluster.

    Default value: null

    Valid value: 0..2147483647

Example:

WEBFORMS_SERVER_LIMITS_FORMS_0_NAME: form_1
WEBFORMS_SERVER_LIMITS_FORMS_0_LIMIT: 5000

WEBFORMS_SERVER_GTM_FORMSWITHENABLEDGTM

Configuration of which requests allow GTM statistics collection. The value of this variable should be expressed as a regular expression that will match the names of the forms for which GTM statistics may be collected. Note that the setting itself is not sufficient; statistics also need to be enabled for individual forms in their low-code definition.

Example:

In the above example, collecting GTM statistics will be allowed for forms whose name starts with "demo".

Last updated

Was this helpful?