spam_threshold: 50
# Default legale (jurisdiction location) for contributor terms
default_legale: GB
- # Memory limits (in Mb)
- #soft_memory_limit: 512
- #hard_memory_limit: 2048
# Location of GPX traces and images
gpx_trace_dir: "/home/osm/traces"
gpx_image_dir: "/home/osm/images"
- ".*\\.google\\.ru/.*"
# URL of Overpass instance to use for feature queries
overpass_url: "//overpass-api.de/api/interpreter"
+ # External authentication credentials
+ #google_auth_id: ""
+ #google_auth_secret: ""
+ #google_openid_realm: ""
development:
<<: *defaults
<<: *defaults
# Geonames credentials for testing
geonames_username: "dummy"
+ # External authentication credentials for testing
+ google_auth_id: "dummy"
+ google_auth_secret: "dummy"
+ google_openid_realm: "https://www.openstreetmap.org"