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 # Default limit on the number of changesets returned by the changeset query api method
31 default_changeset_query_limit: 100
32 # Maximum limit on the number of changesets returned by the changeset query api method
33 max_changeset_query_limit: 100
34 # Maximum number of nodes that will be returned by the api in a map request
35 max_number_of_nodes: 50000
36 # Maximum number of nodes that can be in a way (checked on save)
37 max_number_of_way_nodes: 2000
38 # Maximum number of members that can be in a relation (checked on save)
39 max_number_of_relation_members: 32000
40 # The maximum area you're allowed to request notes from, in square degrees
41 max_note_request_area: 25
42 # Default limit on the number of notes returned by the note search api method
43 default_note_query_limit: 100
44 # Maximum limit on the number of notes returned by the note search api method
45 max_note_query_limit: 10000
46 # Maximum value of open issues counter for moderators, anything equal or greater to this value "n" is shown as "n+"
48 # Maximum number of points in a GPX trace
49 max_trace_size: 1000000
50 # Zoom level to use for postcode results from the geocoder
52 # Timeout for API calls in seconds
54 # Timeout for web pages in seconds
56 # Periods (in hours) which are allowed for user blocks
57 user_block_periods: [0, 1, 3, 6, 12, 24, 48, 96, 168, 336, 731, 4383, 8766, 87660]
58 # Account deletion cooldown period (in hours) since last changeset close; null to disable, 0 to make sure there aren't any open changesets when the deletion happens
59 user_account_deletion_delay: null
60 # Rate limit for message sending
61 max_messages_per_hour: 60
62 # Default limit on the number of messages returned by inbox and outbox message api
63 default_message_query_limit: 100
64 # Maximum number of messages returned by inbox and outbox message api
65 max_message_query_limit: 100
66 # Rate limit for friending
67 max_friends_per_hour: 60
68 # Rate limit for changeset comments
69 min_changeset_comments_per_hour: 1
70 initial_changeset_comments_per_hour: 6
71 max_changeset_comments_per_hour: 60
72 comments_to_max_changeset_comments: 200
73 moderator_changeset_comments_per_hour: 36000
74 # Rate limit for changes
75 min_changes_per_hour: 100
76 initial_changes_per_hour: 1000
77 max_changes_per_hour: 100000
78 days_to_max_changes: 7
79 importer_changes_per_hour: 1000000
80 moderator_changes_per_hour: 1000000
81 # Size limit for changes
82 min_size_limit: 10000000
83 initial_size_limit: 30000000
84 max_size_limit: 5400000000
85 days_to_max_size_limit: 28
86 importer_size_limit: 5400000000
87 moderator_size_limit: 5400000000
88 # Domain for handling message replies
89 #messages_domain: "messages.openstreetmap.org"
90 # MaxMind GeoIPv2 database
92 # Users to show as being nearby
94 # Max radius, in km, for nearby users
98 # Delay diary entries from appearing in the feed for this many hours
100 # Default legale (jurisdiction location) for contributor terms
102 # Location of data for attachments
103 attachments_dir: ":rails_root/public/attachments"
106 # Log file to use for logstash
108 # List of memcache servers to use for caching
109 #memcache_servers: []
110 # URL of Nominatim instance to use for geocoding
111 nominatim_url: "https://nominatim.openstreetmap.org/"
114 # OAuth application for the web site
115 #oauth_application: ""
116 # OAuth application for iD
118 # Imagery to return in capabilities as blacklisted
119 imagery_blacklist: []
120 # URL of Overpass instance to use for feature queries
121 overpass_url: "https://overpass-api.de/api/interpreter"
122 overpass_credentials: false
124 graphhopper_url: "https://graphhopper.com/api/1/route"
125 fossgis_osrm_url: "https://routing.openstreetmap.de/"
126 fossgis_valhalla_url: "https://valhalla1.openstreetmap.de/route"
127 # External authentication credentials
129 #google_auth_secret: ""
130 #google_openid_realm: ""
131 #facebook_auth_id: ""
132 #facebook_auth_secret: ""
134 #github_auth_secret: ""
135 #microsoft_auth_id: ""
136 #microsoft_auth_secret: ""
137 #wikipedia_auth_id: ""
138 #wikipedia_auth_secret: ""
139 # Thunderforest authentication details
140 #thunderforest_key: ""
141 # Tracestrack authentication details
143 # Key for generating TOTP tokens
145 # Enforce Content-Security-Policy
147 # URL for reporting Content-Security-Policy violations
149 # Storage services to use in production mode
150 avatar_storage: "local"
151 trace_file_storage: "local"
152 trace_image_storage: "local"
153 trace_icon_storage: "local"
154 # Root URL for storage services
155 # avatar_storage_url:
156 # trace_image_storage_url:
157 # trace_icon_storage_url:
160 # SMTP settings for outbound mail
161 smtp_address: "localhost"
163 smtp_domain: "localhost"
164 smtp_enable_starttls_auto: true
165 smtp_tls_verify_mode: "none"
166 smtp_authentication: null
169 # Matomo settings for analytics
173 #signup_ip_max_burst:
174 #signup_email_per_day:
175 #signup_email_max_burst:
176 # Private key for signing id_tokens
177 #doorkeeper_signing_key: |
178 # -----BEGIN PRIVATE KEY-----
180 # -----END PRIVATE KEY-----