Skip to content

Commit

Permalink
Fix table
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugo-ter-Doest committed Mar 9, 2024
1 parent 1e90815 commit b7f07fb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/storage.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@ console.log(result2) // { attr1: 'val1', attr2: 'val2' }
Besides the storage backend itself, a docker compose file is included that runs the following containers: Postgres, MongoDB, Memcached and Redis. After starting the containers, the storage backend is ready to use with all storage methods. Also, the tests can be run.

## Environment variables
The following environment variables are used:
The following environment variables are supported:

| Environment variable | Description |
| --- | --- |
| `NATURAL_STORAGE_TYPE` | Storage type to use in Natural |
Environment variable | Description
--- | ---
`NATURAL_STORAGE_TYPE` | Storage type to use in Natural
`FILE_PATH` | Path to the directory where the files are stored
`PG_USER` | Postgres user
`PG_PASSWORD` | Postgres password
Expand Down

0 comments on commit b7f07fb

Please sign in to comment.