mirror of
https://github.com/dedicatedcode/reitti.git
synced 2026-01-09 17:37:57 -05:00
535 map display over multiple years (#558)
This commit is contained in:
@@ -223,6 +223,7 @@ The included `docker-compose.yml` provides a complete setup with:
|
||||
| `PHOTON_BASE_URL` | Base URL for Photon geocoding service | | |
|
||||
| `PROCESSING_WAIT_TIME` | How many seconds to wait after the last data input before starting to process all unprocessed data. (⚠️ This needs to be lower than your integrated app reports data in Reitti) | 15 | 15 |
|
||||
| `DANGEROUS_LIFE` | Enables data management features that can reset/delete all database data (⚠️ USE WITH CAUTION) | false | true |
|
||||
| `TILES_CACHE` | The url of the tile caching proxy (Set to empty value to disable the cache) | http://tile-cache | |
|
||||
| `CUSTOM_TILES_SERVICE` | Custom tile service URL template | | https://tiles.example.com/{z}/{x}/{y}.png |
|
||||
| `CUSTOM_TILES_ATTRIBUTION` | Custom attribution text for the tile service | | |
|
||||
| `PROCESSING_BATCH_SIZE` | How many geo points should we handle at once. For low-memory environment it could be needed to set this to 100. | 1000 | 100 |
|
||||
|
||||
Reference in New Issue
Block a user