File tree Expand file tree Collapse file tree 1 file changed +14
-8
lines changed Expand file tree Collapse file tree 1 file changed +14
-8
lines changed Original file line number Diff line number Diff line change @@ -127,14 +127,11 @@ And for the Redirect Uri set it to the one from your `.env` file.
127127Next 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/)
You can’t perform that action at this time.
0 commit comments