#!/bin/bash set -o nounset # In the config file, there's three types of variables, all represented with the syntax `$name`. The ones that are not # escaped with a backslash are rendered within this script. Among the ones that are escaped with a backslash, the ones # starting with `APPSMITH_` will be rendered at boot-up time by appsmith-editor docker container. The rest (like $scheme # and $host) are for nginx to work out. NGINX_SSL_CMNT="$1" custom_domain="$2" cat <