I currently have a local install of QuantRocket running which has no credentials set for Houston, I would like to set some credentials for security purposes without redeploying with the 'cloud' compose file.
I have tried adding the following under houston in the compose file
environment:
BASIC_AUTH_USER: '${HOUSTON_USERNAME}'
BASIC_AUTH_PASSWD: '${HOUSTON_PASSWORD}'
Then setting the environment varibales with 'export' and running
docker-compose -p quantrocket up -d houston
This has not worked for me as I am still able to connect without credentials, is it possible on a local deployment?