Scott Hill
Results
1
comments of
Scott Hill
I overcame the issue with /'s embedded and the problem with = in the value (ie. 'EMQ_AUTH__HTTP__SUPER_REQ__PARAMS=access_token=%u,clientid=%c,username=%u' ) with the following code in start.sh: ```bash for VAR in $(env) do...