Create a config.json file based on deployment/config.example.json. This file configures the proxy server, content modification plugins, Redis cache, and certain policies. It contains the following top ...
yq can be called as a module if needed. With -y/-Y, files can be edited in place like with sed -i: Because YAML treats JSON as a dialect of YAML, you can use yq to convert JSON to YAML: yq -y . < ...