From 6d3326d821fcd7c112e068bf2feaf979002be334 Mon Sep 17 00:00:00 2001 From: Eugene Burmakin Date: Sat, 15 Jun 2024 20:06:24 +0200 Subject: [PATCH] Update coordinates --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5551614e..7fec4992 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ Copy the contents of the `docker-compose.yml` file to your server and run `docke | ENV var name | Description | | ------------- | ------------- | | MIN_MINUTES_SPENT_IN_CITY | minimum minutes between two points to consider them as visited the same city, e.g. `60` | -| MAP_CENTER | default map center, e.g. `55.7558,37.6176` | +| MAP_CENTER | default map center, e.g. `[55.7522, 37.6156]` | | TIME_ZONE | time zone, e.g. `Europe/Berlin`, full list is [here](https://github.com/Freika/dawarich/issues/27#issuecomment-2094721396) | | APPLICATION_HOST | host of the application, e.g. `localhost` or `dawarich.example.com` | | BACKGROUND_PROCESSING_CONCURRENCY (only for dawarich_sidekiq service) | Number of simultaneously processed background jobs, default is 10 |