Update coordinates

This commit is contained in:
Eugene Burmakin 2024-06-15 20:06:24 +02:00
parent e1f4753830
commit 6d3326d821

View file

@ -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 |