Hi,
Sorry if this is the wrong place to post, I couldn’t find the issues tab on github.
The configuration file deployments/config.yaml at master · mendersoftware/deployments · GitHub states that inventory service address is controlled by DEPLOYMENTS_MENDER_GATEWAY
environment variable.
But in deployments/config.go at master · mendersoftware/deployments · GitHub it is defined by
SettingInventoryAddr = "inventory_addr"
so the environment variable should be DEPLOYMENTS_INVENTORY_ADDR