11# The server protocol and host
22server_protocol : " http"
3- server_url : " openstreetmap.example.com"
3+ server_url : " openstreetmap.example.com"
4+ embed_server_url : " https://embed.openstreetmap.org/"
45# Publisher
56# publisher_url: ""
67# The generator
78generator : " OpenStreetMap server"
89copyright_owner : " OpenStreetMap and contributors"
910attribution_url : " http://www.openstreetmap.org/copyright"
1011license_url : " http://opendatacommons.org/licenses/odbl/1-0/"
12+ # Legal email address
13+ legal_email : " legal@openstreetmap.org"
1114# Support email address
1215support_email : " openstreetmap@example.com"
1316# Sender addresses for emails
@@ -133,8 +136,8 @@ fossgis_osrm_url: "https://routing.openstreetmap.de/"
133136fossgis_valhalla_url : " https://valhalla1.openstreetmap.de/route"
134137
135138# Endpoints for Wikimedia integration
136- # wikidata_api_url: "https://www.wikidata.org/w/api.php"
137- # wikimedia_commons_url: "https://commons.wikimedia.org/wiki/"
139+ wikidata_api_url : " https://www.wikidata.org/w/api.php"
140+ wikimedia_commons_url : " https://commons.wikimedia.org/wiki/"
138141
139142# External authentication credentials
140143# google_auth_id: ""
@@ -146,15 +149,15 @@ fossgis_valhalla_url: "https://valhalla1.openstreetmap.de/route"
146149# github_auth_secret: ""
147150# microsoft_auth_id: ""
148151# microsoft_auth_secret: ""
149- # wikipedia_auth_id: ""
150- # wikipedia_auth_secret: ""
152+ wikipedia_auth_id : " "
153+ wikipedia_auth_secret : " "
151154# apple_auth_id: ""
152155# apple_team_id: ""
153156# apple_key_id: ""
154157# apple_private_key: ""
155- # openstreetmap_auth_id: ""
156- # openstreetmap_auth_secret: ""
157- # openstreetmap_auth_scopes: ["read_prefs"]
158+ openstreetmap_auth_id : " "
159+ openstreetmap_auth_secret : " "
160+ openstreetmap_auth_scopes : ["read_prefs"]
158161# Thunderforest authentication details
159162# thunderforest_key: ""
160163# Tracestrack authentication details
@@ -197,3 +200,5 @@ doorkeeper_signing_key: |
197200 -----BEGIN PRIVATE KEY-----
198201 PRIVATE_KEY
199202 -----END PRIVATE KEY-----
203+
204+ mastodon_url : " https://mapstodon.space/@osm"
0 commit comments