Corteza Discovery
Configuring Corteza Server
To enable Corteza Discovery, access the Docker container and run the following commands:
Enable Corteza Discovery for Low Code namespaces:
corteza-server settings set discovery.compose-namespaces.enabled true
Enable Corteza Discovery for Low Code modules:
corteza-server settings set discovery.compose-modules.enabled true
Enable Corteza Discovery for Low Code records:
corteza-server settings set discovery.compose-records.enabled true
Enable Corteza Discovery for users:
corteza-server settings set discovery.system-users.enabled true
Next, set the following
.env
variables for your Corteza server:DISCOVERY_ENABLED=true
DISCOVERY_BASE_URL=your-discovery-server-base-url
# Optional variable for debugging
# DISCOVERY_DEBUG=true
For an example of an online deployment, refer to Multi-image Discovery with PostgreSQL. |
To access the Docker container, run the following command:
|