Admin UI configuration
The Rhize Admin UI offers a graphical interface to configure master data and users.
Preact environment variables
The following table lists all Preact environment variables.
Attribute | Description |
---|---|
NODE_ENV | If true will also put admin UI into debug mode. This and PREACT_APP_DEBUG. (Default: false) |
PREACT_APP_AMPLITUDE_API_KEY | The Amplitude API Key. (Default: None) |
PREACT_APP_APOLLO_CLIENT | The Apollo Client URL. (Default: None, http://localhost:4000 when running locally) |
PREACT_APP_APOLLO_CLIENT_ADMIN | The Apollo Client Admin URL. (Default: None, http://localhost:4000 when running locally) |
PREACT_APP_APOLLO_JSONATA_CLIENT | The JSONata Client URL used for running the JSONata playground. (Default: none) |
PREACT_APP_APPSMITH_PORTAL | Shows the Appsmith portal page in the admin UI if true. (Default: false) |
PREACT_APP_AUTH_KEYCLOAK_CLIENT_ID | The Keycloak Realms Client ID. (Default: none, libreUI when running locally) |
PREACT_APP_AUTH_KEYCLOAK_LOGOUT_URI | The Keycloak logout URL. (Default: None, libre when running locally) |
PREACT_APP_AUTH_KEYCLOAK_REALM | The Keycloak Realm. (Default: None) |
PREACT_APP_AUTH_KEYCLOAK_SECRET | The Keycloak Realms Client IDs Secret Key. (Default: None) |
PREACT_APP_AUTH_KEYCLOAK_SERVER_URL | The Keycloak Server URL. (None, http://localhost:8080 when running) |
PREACT_APP_DEBUG | Will put admin UI page in debug mode if true. (Default: false) |
PREACT_APP_GRAPHIQL_ENABLED | Uses GraphiQL playground if true else uses apollo sandbox. (Default: false) |
PREACT_APP_LIBRE_PAGE_LIMIT | The libre table page size. (Default: 15) |
PREACT_APP_LIBRE_VERSION | The libre version. (Default: none) |
PREACT_APP_MAPBOX_API_KEY | The Mapbox access token API key. (Default: none) |
PREACT_APP_VERSION | The schema version. (Default: none) |
PREACT_APP_WORK_MASTER_UI_ENABLED | Uses the new work master page if true, else uses old work master page. |
Cypress ENV Variables
All Cypress Environmental Variables, what they do and what there default value is.
Attribute | Description |
---|---|
CYPRESS_FRONTEND_TESTING_DOMAIN | The Cypress Frontend Testing Domain URL |
CYPRESS_LOGIN_ADMIN_EMAIL | The Cypress Testing Email. |
CYPRESS_LOGIN_ADMIN_PASSWORD | The Cypress Testing Password. |