good day all I am new here.
I am needing a bit of help with the mqtt I have done the steps of adding a password file and added the path file to the mqtt config . When I start the docker up everything starts but I am getting not authorized messages.
2025-01-29 09:28:49 chirpstack-gateway-bridge-basicstation-1 | time="2025-01-29T07:28:49.057595953Z" level=info msg="starting ChirpStack Gateway Bridge" docs="https://www.chirpstack.io/gateway-bridge/" version=
2025-01-29 09:28:49 chirpstack-gateway-bridge-basicstation-1 | time="2025-01-29T07:28:49.071350133Z" level=error msg="[client] Connecting to tcp://mosquitto:1883 CONNACK was not CONN_ACCEPTED, but rather Connection Refused: Not Authorised" module=mqtt
2025-01-29 09:28:49 chirpstack-gateway-bridge-basicstation-1 | time="2025-01-29T07:28:49.071394397Z" level=error msg="[client] Failed to connect to a broker" module=mqtt
2025-01-29 09:28:49 chirpstack-gateway-bridge-basicstation-1 | time="2025-01-29T07:28:49.071417955Z" level=error msg="integration/mqtt: connection error" error="not Authorized"
where else must I put my mqtt username and password to fix this not authorized error.
thanks in advance