Admin UI configuration

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.

AttributeDescription
NODE_ENVIf true will also put admin UI into debug mode. This and PREACT_APP_DEBUG.
(Default: false)
PREACT_APP_AMPLITUDE_API_KEYThe Amplitude API Key.
(Default: None)
PREACT_APP_APOLLO_CLIENTThe Apollo Client URL.
(Default: None, http://localhost:4000 when running locally)  
PREACT_APP_APOLLO_CLIENT_ADMINThe Apollo Client Admin URL.
(Default: None, http://localhost:4000 when running locally)  
PREACT_APP_APOLLO_JSONATA_CLIENTThe JSONata Client URL used for running the JSONata playground.
(Default: none)  
PREACT_APP_APPSMITH_PORTALShows the Appsmith portal page in the admin UI if true.
(Default: false)  
PREACT_APP_AUTH_KEYCLOAK_CLIENT_IDThe Keycloak Realms Client ID.
(Default: none, libreUI when running locally)  
PREACT_APP_AUTH_KEYCLOAK_LOGOUT_URIThe Keycloak logout URL.
(Default: None, libre when running locally)  
PREACT_APP_AUTH_KEYCLOAK_REALMThe Keycloak Realm.
(Default: None)  
PREACT_APP_AUTH_KEYCLOAK_SECRETThe Keycloak Realms Client IDs Secret Key.
(Default: None)  
PREACT_APP_AUTH_KEYCLOAK_SERVER_URLThe Keycloak Server URL.
(None, http://localhost:8080 when running)  
PREACT_APP_DEBUGWill put admin UI page in debug mode if true.
(Default: false)  
PREACT_APP_GRAPHIQL_ENABLEDUses GraphiQL playground if true else uses apollo sandbox.
(Default: false)  
PREACT_APP_LIBRE_PAGE_LIMITThe libre table page size.
(Default: 15)  
PREACT_APP_LIBRE_VERSIONThe libre version.
(Default: none)  
PREACT_APP_MAPBOX_API_KEYThe Mapbox access token API key.
(Default: none)  
PREACT_APP_VERSIONThe schema version.
(Default: none)  
PREACT_APP_WORK_MASTER_UI_ENABLEDUses 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.

AttributeDescription
CYPRESS_FRONTEND_TESTING_DOMAINThe Cypress Frontend Testing Domain URL
CYPRESS_LOGIN_ADMIN_EMAILThe Cypress Testing Email.
CYPRESS_LOGIN_ADMIN_PASSWORDThe Cypress Testing Password.