X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/501d13e1c0936cc3ba3d9639620517bae34e5784..ddaf43bc0ecc59f9417118000bb8d2f041cfe6bf:/config/example.application.yml diff --git a/config/example.application.yml b/config/example.application.yml index e7915c96b..34db9d766 100644 --- a/config/example.application.yml +++ b/config/example.application.yml @@ -56,9 +56,6 @@ defaults: &defaults 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" @@ -71,7 +68,7 @@ defaults: &defaults # Enable legacy OAuth 1.0 support oauth_10_support: true # URL of Nominatim instance to use for geocoding - nominatim_url: "http://nominatim.openstreetmap.org/" + nominatim_url: "//nominatim.openstreetmap.org/" # Default editor default_editor: "id" # OAuth consumer key for Potlatch 2 @@ -91,6 +88,10 @@ defaults: &defaults - ".*\\.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 @@ -100,3 +101,9 @@ production: test: <<: *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"