Protocol Server as BPP not able to connect to Mongo DB #52
shiva-rakshith
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When protocol server is set up as BPP. First we are running mongo db, redis and rabbit mq in docker, then running bpp-client and bpp-network.
bpp-client and bpp-network services are not able to connect due to invalid mongo db URL in the default-bpp-client.yml and default-bpp-network.yml files.
Current URL:
mongodb://beckn:becknPasS41@0.0.0.0:27017/protocol-server-bpp-v2?authSource=admin
Expected URL:
mongodb://tvast:password@0.0.0.0:27017/ps?authSource=admin
Beta Was this translation helpful? Give feedback.
All reactions