Skip to content

Commit

Permalink
chore(mongo): add mongo in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
appleboy committed Nov 29, 2020
1 parent 955e187 commit facee50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,12 +194,12 @@ Entry | Description | Equivalent

### Database Section

* DATABASE_DRIVER - support `postgres` or `mysql`. default is `postgres`
* DATABASE_DRIVER - support `postgres`, `mysql` or `mongo`. default is `postgres`
* DATABASE_USERNAME - database username
* DATABASE_PASSWORD - database password
* DATABASE_NAME - database name
* DATABASE_HOST - database host
* DATABASE_OPTS - see the `pg_dump` or `mylsqdump` command
* DATABASE_OPTS - see the `pg_dump`, `mylsqdump` or `mongodump` command

### Storage Section

Expand Down

0 comments on commit facee50

Please sign in to comment.