From 2bfd4880f4eeee36c7f51019c78d051113f83ed9 Mon Sep 17 00:00:00 2001 From: Liam Steckler Date: Wed, 9 Jul 2025 17:50:21 -0700 Subject: [PATCH] Update config-sample --- config-sample.yml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/config-sample.yml b/config-sample.yml index ef502b7..e1c3eeb 100644 --- a/config-sample.yml +++ b/config-sample.yml @@ -1,10 +1,12 @@ osm: url_template: https://tile.openstreetmap.org/{z}/{x}/{y}.png attribution: © OpenStreetMap + health_check_url: nominatim: - api_base_url: + api_base_url: https://nominatim.openstreetmap.org + health_check_url: https://nominatim.openstreetmap.org/status mastodon: - client_id: - client_secret: - access_token: - api_base_url: + client_id: + client_secret: + access_token: + api_base_url: