How to set variables for initial installation?

Hi,

I have come to this step in the production installation:

API_GATEWAY_DOMAIN_NAME="mender.example.com" # NB! replace with your server's public domain name
STORAGE_PROXY_DOMAIN_NAME="$API_GATEWAY_DOMAIN_NAME" # change if you are hosting the Storage Proxy on a different domain name (not the default)

but the documentation does not seem to state where to set these variables. Where should I set these?

Hello @bri, welcome to Mender Hub.

These settings are actually environment variables set directly in your shell where you are configuring the server. They are then used by the rest of the commands in the instructions to modify the production/conf/prod.yml file.

Drew