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
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,7 @@ The following enviroment variables can be used to customize the setup:
14
14
*`OVERPASS_UPDATE_SLEEP` - integer, the delay between updates (seconds).
15
15
*`OVERPASS_COOKIE_JAR_CONTENTS` - cookie-jar compatible content to be used when fetching planet.osm files and updates.
16
16
*`OVERPASS_PLANET_PREPROCESS` - commands to be run before passing the planet.osm file to `update_database`, e.g. conversion from pbf to osm.bz2 using osmium.
17
+
*`OVERPASS_DIFF_PREPROCESS` - commands to be run before passing the diff.osc file to `update_database`, e.g. extracting geo specific regions
17
18
*`USE_OAUTH_COOKIE_CLIENT` - set to `yes` if you want to use oauth_cookie_client to update cookies before each update. Settings are read from /secrets/oauth-settings.json. Read the documentation [here](https://github.com/geofabrik/sendfile_osm_oauth_protector/blob/master/doc/client.md).
18
19
*`OVERPASS_FASTCGI_PROCESSES` - number of fcgiwarp processes. Defaults to 4. Use higher values if you notice performance problems.
19
20
*`OVERPASS_RATE_LIMIT` - set the maximum allowed number of concurrent accesses from a single IP address.
0 commit comments