Storing the config on GitHub
To load the Vizzly config from GitHub, you will need to set the following environment variables;
VIZZLY_CONFIG_GITHUB_REPO
VIZZLY_CONFIG_GITHUB_PATH
VIZZLY_CONFIG_GITHUB_TOKEN
for example;
VIZZLY_CONFIG_GITHUB_REPO=vizzly-co/examples
VIZZLY_CONFIG_GITHUB_PATH=folder/subfolder/vizzly-config.json
VIZZLY_CONFIG_GITHUB_TOKEN=your-github-access-token
❗
This method does not support saving the Vizzly config back to GitHub. To deploy any changes, you will need to export the config, commit it into the GitHub repo and restart the Vizzly Query Engine.