I am trying to set remote_client ID using a value from the system environment variables instead of hardcoding it in the mosquitto.conf configuration file.
Is it possible to pass it inline when starting mosquitto such as:
mosquitto -remote_clientid $envar
Or can I refer environment variables directly from inside the config file?
remote_clientid $envar