You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`UPDATE_STRATEGY`|`PARALLEL`, `SEQUENTIAL`, `DISABLED`|`SEQUENTIAL`| Controls how index updates are handled. `PARALLEL` downloads the new index in the background then swaps with minimal downtime (requires 2x space). `SEQUENTIAL` stops Photon, deletes the existing index, downloads the new one, then restarts. `DISABLED` prevents automatic updates. |
64
64
|`UPDATE_INTERVAL`| Time string (e.g., "720h", "30d") |`30d`| How often to check for updates. To reduce server load, it is recommended to set this to a long interval (e.g., `720h` for 30 days) or disable updates altogether if you do not need the latest data. |
65
-
|`REGION`| Region name, country code, or `planet`|- | Optional region for a specific dataset. Can be a continent (`europe`, `asia`), individual country/region (`germany`, `usa`, `japan`), country code (`de`, `us`, `jp`), or `planet` for worldwide data. See [Available Regions](#available-regions) section for details. |
65
+
|`REGION`| Region name, country code, or `planet`|`planet`| Optional region for a specific dataset. Can be a continent (`europe`, `asia`), individual country/region (`germany`, `usa`, `japan`), country code (`de`, `us`, `jp`), or `planet` for worldwide data. See [Available Regions](#available-regions) section for details. |
|`FORCE_UPDATE`|`TRUE`, `FALSE`|`FALSE`| Forces an index update on container startup, regardless of `UPDATE_STRATEGY`. |
68
68
|`BASE_URL`| Valid URL |`https://r2.koalasec.org/public`| Custom base URL for index data downloads. Should point to the parent directory of index files. The default has been changed to a community mirror to reduce load on the GraphHopper servers. |
@@ -151,7 +151,6 @@ If you are hosting a public mirror, please open an issue or pull request to have
0 commit comments