I installed mongo replica set in advance, and start with --auth mode.
Then i tried to install stackstorm using the mongo replica set.
I’am confused about the mongo.env configuation.
How to set the MONGO_HOST MONGO_PORT MONGO_DB MONGO_USER MONGO_PASS
can the st2 application success connect to the Mongo
Here is my mongo.env , seems not working
MONGO_HOST=mongo1,mongo2,mongo3/?replicaSet=rs1&authSource=st2
MONGO_PORT=27017
MONGO_DB=st2
MONGO_USER=st2
MONGO_PASS=1qaz2wsx3edc