We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
While setting mongodb config.json files, we write:
"hosts": ["localhost:xxx"],
but in mysql config,json file, the present config requires us to write
"hosts": ["localhost"], "port": xxxx,
We can have one default host name type (with our without the port value)
The text was updated successfully, but these errors were encountered:
hey @hash-data! can I take up this issue?
Sorry, something went wrong.
Hey @hash-data ,
Can I work on this issue?
@mahakgupta0123 please take this up as you commented as the first person. @TheCoderAdi please check some other issues out.
Hey @TheCoderAdi , you can take this up as the PR #154 is a wrong implementation of this issue.
Okay
mahakgupta0123
No branches or pull requests
Problem
While setting mongodb config.json files, we write:
but in mysql config,json file, the present config requires us to write
Solution
We can have one default host name type (with our without the port value)
The text was updated successfully, but these errors were encountered: