mirror of
https://github.com/Freika/dawarich.git
synced 2026-01-11 09:41:40 -05:00
Add REVERSE_GEOCODING_ENABLED env var to README
This commit is contained in:
parent
d660d6f6e7
commit
646e5e729d
2 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue