mirror of
https://github.com/nodemailer/wildduck.git
synced 2025-01-01 13:13:53 +08:00
Added helper script to create/update indexes
This commit is contained in:
parent
1a8773df30
commit
db2e462580
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ You can either modify the default [config file](./config/default.js) or alternat
|
|||
|
||||
Run the [index queries](./indexes.js) in MongoDB (optional, the app would work without it as indexes only become relevant once you have more than few messages stored)
|
||||
|
||||
There's a helper script that you can run from the command line
|
||||
There's a helper script that you can run from the command line to add/updated indexes in the database provided by the configuration file
|
||||
|
||||
```
|
||||
$ npm run indexes
|
||||
|
|
Loading…
Reference in a new issue