Environment (Section)#

Path: /environments/environment

Defines an environment with all services and meta information it needs

Parameters#

NameTypeRequiredDefaultDescription
available-template-areasmulti-value stringoptional-Reports the template areas that are available as they are found on the file system of the admin node
namestringoptionalse.curityThe name of the organization running the services in an environment (Entity ID)
deployment-typeunion (enumeration (development, production, staging) | string (length: 1..9223372036854775807))optional-The type of deployment this system is executing as.
base-urlstringoptional-The external base URL used to contact this machine
static-resource-root-pathstringoptionalThe root path under the base-url from which static resources should be served
non-essential-cookies-are-opt-inbooleanoptionalfalseIf set to true, non-essential cookies will not be set unless the user explicitly opts-in to cookies. For details on how a user may opt-in, refer to the Cookies section in the System Admin Guide

Subsections#

NameTypeDescription
localization SectionThe localization settings for this environment
white-listed-proxies SectionEvery trusted proxy that may sit between a client and this server. It is used to establish the client’s IP address from the X-Forwarded-For header. Every proxy in the path must be listed, otherwise the first unlisted one is reported as the client. If this list is empty, or the request did not arrive from a listed proxy, the header is ignored and the address of the immediate caller is used. On a dual-stack host, list every address a proxy may connect from: an IPv4 entry does not cover the corresponding IPv6 address, so 127.0.0.1 and ::1 are both needed for a proxy on the same host.
distributed-service SectionExplicitly configure the Distributed Service. WARNING: this is EXPERIMENTAL.
cluster SectionSettings of a configuration cluster
admin-service SectionEnable the admin service
ui-experience Section(experimental) Configure which UI experience to use. Defaults to using Velocity templates. This can be overridden for specific profiles or client applications.
themes SectionUI theme configuration
services SectionSettings of physical daemon instances
reporting SectionReporting makes runtime nodes expose Prometheus compatible metrics
alarms Section
telemetry SectionConfigure the server to participate in distributed tracing
graphql SectionGraphQL-related settings that apply to all GraphQL endpoints.

Was this helpful?