Skip to content

Commit 788e285

Browse files
committed
Merge branch 'dev' of https://github.com/CodeShellDev/mailauth into dev
2 parents 899357f + be7cf54 commit 788e285

File tree

1 file changed

+14
-8
lines changed

1 file changed

+14
-8
lines changed

README.md

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -127,14 +127,11 @@ And for the Redirect Uri set it to the one from your `.env` file.
127127
Next create `init-mongo.js` in your working directory:
128128

129129
```js
130-
// This is only for initializing the db and creating the mailauth user
131-
132-
db = db.getSiblingDB("mailauth")
133-
db.createUser({
134-
user: "mailauth",
135-
pwd: "SECURE_PW", // This should match the one in your env
136-
roles: [{ role: "readWrite", db: "mailauth" }],
137-
})
130+
{
131+
{
132+
file.examples / init - mongo.js
133+
}
134+
}
138135
```
139136

140137
### Reverse Proxy
@@ -208,6 +205,15 @@ where you will be able to select your mailbox, mailauth changes the `email` clai
208205

209206
## Contributing
210207

208+
Found an Issue or want to see something implemented into Mailauth?
209+
Open up an Issue or start a Pull Request!
210+
211+
But always be respectful and patient, we are all volunteers after all.
212+
213+
## Supporting
214+
215+
Found this Project useful? Let others know about Mailauth by ⭐️ this Repo!
216+
211217
## License
212218

213219
[MIT](https://choosealicense.com/licenses/mit/)

0 commit comments

Comments
 (0)