Add REVERSE_GEOCODING_ENABLED env var to README

This commit is contained in:
Eugene Burmakin 2024-07-13 10:39:30 +02:00
parent d660d6f6e7
commit 646e5e729d
2 changed files with 1 additions and 2 deletions

View file

@ -114,6 +114,7 @@ Feel free to change them both in the Account section.
| TIME_ZONE | time zone, e.g. `Europe/Berlin`, full list is [here](https://github.com/Freika/dawarich/issues/27#issuecomment-2094721396) |
| APPLICATION_HOSTS | list of host of the application, e.g. `localhost,dawarich.example.com` |
| BACKGROUND_PROCESSING_CONCURRENCY (only for dawarich_sidekiq service) | Number of simultaneously processed background jobs, default is 10 |
| REVERSE_GEOCODING_ENABLED | `true` or `false`, this env var allows you to disable reverse geocoding feature entirely |
## Star History

View file

@ -46,8 +46,6 @@ Rails.application.routes.draw do
namespace :api do
namespace :v1 do
resources :points, only: :create # TODO: Deprecate in 1.0
namespace :overland do
resources :batches, only: :create
end