Adding mongo with a custom URL (Modulus.io)
-
Hi All,
Is there a good way I can override the config to use a mongo URL such as given by modulus.io.
e.g. beans.modulusmongo.net:27017/asa72hsjak
Thanks
-
@Anthony-Young yes, you can. Based on your url, mongo settings in
config.json
should be..."mongo": { "host": "beans.modulusmongo.net", "port": "27017", "username": "whatever-username", "password": "whatever-password", "database": "asa72hsjak" }
-
@pichalite Thanks Rookie mistake by me
Copyright © 2024 NodeBB | Contributors