1 # The server protocol and host
 
   2 server_protocol: "http"
 
   3 server_url: "openstreetmap.example.com"
 
   7 generator: "OpenStreetMap server"
 
   8 copyright_owner: "OpenStreetMap and contributors"
 
   9 attribution_url: "http://www.openstreetmap.org/copyright"
 
  10 license_url: "http://opendatacommons.org/licenses/odbl/1-0/"
 
  11 # Support email address
 
  12 support_email: "openstreetmap@example.com"
 
  13 # Sender addresses for emails
 
  14 email_from: "OpenStreetMap <openstreetmap@example.com>"
 
  15 email_return_path: "openstreetmap@example.com"
 
  18 # Application status - possible values are:
 
  19 #   online - online and operating normally
 
  20 #   api_readonly - site online but API in read-only mode
 
  21 #   api_offline - site online but API offline
 
  22 #   database_readonly - database and site in read-only mode
 
  23 #   database_offline - database offline with site in emergency mode
 
  24 #   gpx_offline - gpx storage offline
 
  26 # The maximum area you're allowed to request, in square degrees
 
  27 max_request_area: 0.25
 
  28 # Number of GPS trace/trackpoints returned per-page
 
  29 tracepoints_per_page: 5000
 
  30 # Maximum number of nodes that will be returned by the api in a map request
 
  31 max_number_of_nodes: 50000
 
  32 # Maximum number of nodes that can be in a way (checked on save)
 
  33 max_number_of_way_nodes: 2000
 
  34 # Maximum number of members that can be in a relation (checked on save)
 
  35 max_number_of_relation_members: 32000
 
  36 # The maximum area you're allowed to request notes from, in square degrees
 
  37 max_note_request_area: 25
 
  38 # Zoom level to use for postcode results from the geocoder
 
  40 # Zoom level to use for geonames results from the geocoder
 
  42 # Timeout for API calls in seconds
 
  44 # Timeout for web pages in seconds
 
  46 # Periods (in hours) which are allowed for user blocks
 
  47 user_block_periods: [0, 1, 3, 6, 12, 24, 48, 96, 168, 336, 731, 4383, 8766, 87660]
 
  48 # Rate limit for message sending
 
  49 max_messages_per_hour: 60
 
  50 # Rate limit for friending
 
  51 max_friends_per_hour: 60
 
  52 # Domain for handling message replies
 
  53 #messages_domain: "messages.openstreetmap.org"
 
  54 # Geonames authentication details
 
  55 #geonames_username: ""
 
  56 # MaxMind GeoIPv2 database
 
  58 # Users to show as being nearby
 
  60 # Max radius, in km, for nearby users
 
  64 # Delay diary entries from appearing in the feed for this many hours
 
  66 # Default legale (jurisdiction location) for contributor terms
 
  68 # Location of GPX traces and images
 
  69 gpx_trace_dir: "/home/osm/traces"
 
  70 gpx_image_dir: "/home/osm/images"
 
  71 # Location of data for attachments
 
  72 attachments_dir: ":rails_root/public/attachments"
 
  75 # Log file to use for logstash
 
  77 # List of memcache servers to use for caching
 
  79 # Enable legacy OAuth 1.0 support
 
  80 oauth_10_support: true
 
  81 # URL of Nominatim instance to use for geocoding
 
  82 nominatim_url: "https://nominatim.openstreetmap.org/"
 
  85 # OAuth application for the web site
 
  86 #oauth_application: ""
 
  87 # OAuth consumer key for iD
 
  89 # Imagery to return in capabilities as blacklisted
 
  91   # Current Google imagery URLs have google or googleapis in the domain
 
  92   # with a vt or kh endpoint, and x, y and z query parameters
 
  93   - ".*\\.google(apis)?\\..*/(vt|kh)[\\?/].*([xyz]=.*){3}.*"
 
  95   - "http://xdworld\\.vworld\\.kr:8080/.*"
 
  97   - ".*\\.here\\.com[/:].*"
 
  98 # URL of Overpass instance to use for feature queries
 
  99 overpass_url: "https://overpass-api.de/api/interpreter"
 
 101 graphhopper_url: "https://graphhopper.com/api/1/route"
 
 102 fossgis_osrm_url: "https://routing.openstreetmap.de/"
 
 103 # External authentication credentials
 
 105 #google_auth_secret: ""
 
 106 #google_openid_realm: ""
 
 107 #facebook_auth_id: ""
 
 108 #facebook_auth_secret: ""
 
 109 #windowslive_auth_id: ""
 
 110 #windowslive_auth_secret: ""
 
 112 #github_auth_secret: ""
 
 113 #wikipedia_auth_id: ""
 
 114 #wikipedia_auth_secret: ""
 
 115 # Thunderforest authentication details
 
 116 #thunderforest_key: ""
 
 117 # Key for generating TOTP tokens
 
 119 # Enforce Content-Security-Policy
 
 121 # URL for reporting Content-Security-Policy violations
 
 123 # Storage services to use in production mode
 
 124 avatar_storage: "local"
 
 125 trace_file_storage: "local"
 
 126 trace_image_storage: "local"
 
 127 trace_icon_storage: "local"
 
 128 # Root URL for storage services
 
 129 # avatar_storage_url:
 
 130 # trace_image_storage_url:
 
 131 # trace_icon_storage_url:
 
 134 # SMTP settings for outbound mail
 
 135 smtp_address: "localhost"
 
 137 smtp_domain: "localhost"
 
 138 smtp_enable_starttls_auto: true
 
 139 smtp_tls_verify_mode: "none"
 
 140 smtp_authentication: null