KEY | TYPE | DEFAULT VALUE | ALLOWED VALUES | DESCRIPTION | DEPENDENCY KEY |
---|---|---|---|---|---|
NEXT_PUBLIC_SERVER_BASE_URL | String | Any string (URL) | |||
NEXT_PUBLIC_MOCK | Boolean | false | Boolean | Should mock DDHUB Client GW server. Use this only for development purposes. | |
NEXT_PUBLIC_SENTRY_ENABLED | Boolean | false | Boolean | ||
NEXT_PUBLIC_MESSAGING_OFFSET | Number | 10 | Any positive integer | Minutes to be deducted from current datetime. Used in File Download get message. | |
NEXT_PUBLIC_MESSAGING_AMOUNT | Number | 100 | Any positive integer | Amount of messages to retrieve. Used in File Download get message. | |
NEXT_PUBLIC_PARENT_NAMESPACE | String | ddhub.apps.energyweb.iam.ewc | Any string | Default namespace for enrolment configuration | |
NEXT_PUBLIC_SENTRY_DSN | String | https://[email protected]/5938887 | Any string (URL) | ||
NEXT_PUBLIC_CUSTOM_BRANDING_PATH | String | /ew-main-logo.svg | Any path string of logo under /apps/dsb-client-gateway-frontend/public | Replace EWF branding with custom logo | |
NEXT_PUBLIC_CUSTOM_CGW_NAME | String | Energy Web Client Gateway | Any string | Replace "Energy Web Client Gateway" with custom name |