Skip to content

Commit

Permalink
Simplify MongoDB documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
mnhock committed Aug 3, 2023
1 parent 09d4398 commit 320acfc
Showing 1 changed file with 6 additions and 13 deletions.
19 changes: 6 additions & 13 deletions docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,23 +32,16 @@ After downloading the docker-compose.yml file, review it and identify the servic

The Naikan container can be configured using any of the available configuration properties:

#### MongoDB

##### Via URI
#### MongoDB

[Connection String URI Format](https://www.mongodb.com/docs/manual/reference/connection-string/)

| Property | Default | Description |
|:-------------------------------------|:---------------------------------------------------|:--------------------------------------|
| `NAIKAN_MONGODB_URI` | `mongodb://localhost:27071/naikan?replicaSet=rs0` | Mongo database URI. |
| `NAIKAN_MONGODB_DATABASE` | `naikan` | Database name. Override URI database. |


#### Common property
| Property | Default | Description |
|:-------------------------------------|:--------------------------------------------------|:--------------------------------------|
| `NAIKAN_MONGODB_URI` | `mongodb://localhost:27071/naikan?replicaSet=rs0` | Mongo database URI. |
| `NAIKAN_MONGODB_DATABASE` | `naikan` | Database name. Override URI database. |
| `NAIKAN_MONGODB_TRANSACTION_ENABLED` | `true` | Enable transaction. |

| Property | Default | Description |
|:-------------------------------------|:------------|:-------------------------------------|
| `NAIKAN_MONGODB_TRANSACTION_ENABLED` | `true` | Enable transaction. |

#### LDAP

Expand Down

0 comments on commit 320acfc

Please sign in to comment.