Creating a Self-hosted Query Engine
After creating a "Self-hosted" project on the Vizzly app, you will be prompted to run the following CLI command;
vizzly self-hosted --project-id "<< Your project ID >>"
This will generate a vizzly.env
file that contains all the critical environment variables that must be set when you deploy the Vizzly Query Engine to your chosen cloud provider.
In addition to these environment variables, you will need to set;
- Connection environment variables. Specific to your integration.
- VIZZLY_REMOTE_CONFIG_ENDPOINT - Environment variable set to the URL where the dynamic config should be fetched from.
More documentation about using remote configs can be found here.