From 7722cbf19ee84a11027ec8db1d98d0372ea472fa Mon Sep 17 00:00:00 2001 From: JannikStreek Date: Sat, 11 Jun 2022 20:06:58 +0200 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 80e3524..b570897 100644 --- a/README.md +++ b/README.md @@ -21,5 +21,6 @@ It use Keyv as a simple K/V store so you can use the database of your choice. | `PORT` | Server listening port | 8080 | | `GLOBAL_PREFIX` | API global prefix for every routes | `/api/v2` | | `STORAGE_URI` | [Keyv](https://github.com/jaredwray/keyv) connection string, example: `redis://user:pass@localhost:6379`. Availabe Keyv storage adapter: redis, mongo, postgres and mysql | `""` (in memory **non-persistent**) | +| `STORAGE_TTL` | Time to live for data | null | | `LOG_LEVEL` | Log level (`debug`, `verbose`, `log`, `warn`, `error`) | `warn` | | `BODY_LIMIT` | Payload size limit for scenes or images | `50mb` |