I am fairly new to Eclipse Ditto and have just started using it for my project. I am trying to connect Cloud hosted mongodb instance to ditto. Following the documentation I know that I need to add some variables and pass them to docker-compose. The problem is that I do not know what should be the values of these variables as there are no examples. Are all these variables necessary or will just the URI work? This is my current .env file config
MONGO_DB_URI=mongodb+srv://username:pass@IP
MONGO_DB_READ_PREFERENCE=primary
MONGO_DB_WRITE_CONCERN=majority
The command I am using to start ditto is
docker-compose --env-file .env up
I have removed mongodb service from docker-compose.yml