From df4dcc87e722493a7d390125ff8450d6774520c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adri=C3=A1n=20Mar=C3=ADn?= <adrianmarinwork@gmail.com> Date: Sat, 10 Dec 2022 14:46:19 +0100 Subject: [PATCH] Improved MongoDB environment variables part I have improved MongoDB environment variables part as requested in the pull request #108 --- docs/contributing/developing.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/contributing/developing.mdx b/docs/contributing/developing.mdx index af321dea2..64f75533f 100644 --- a/docs/contributing/developing.mdx +++ b/docs/contributing/developing.mdx @@ -40,6 +40,10 @@ PUBLIC_KEY='ldr6JaC7AY+tun3omGLdE4SWpkJbtVBOI54KfUP53Xc=' These variables are used to connect the MongoDB and set the URL for the localhost. +For development, you can use `root` for the `MONGO_USERNAME` and `example` for the `MONGO_PASSWORD` as shown in the screenshot. + +Take into account that if you use your own `MONGO_USERNAME` and `MONGO_PASSWORD`, you also have to change the `MONGO_URL` with the form of `MONGO_USERNAME:MONGO_PASSWORD` after the `//` part of the URL. + 3. Mail SMTP service variables 