Browse Source

site.conf: add site_select.geo_default_site

Karsten Böddeker 7 years ago
parent
commit
ecc9c5df45
1 changed files with 7 additions and 0 deletions
  1. 7 0
      site.conf

+ 7 - 0
site.conf

@@ -239,8 +239,15 @@
 			show_altitude = false,
 		},
 	},
+
+	-- link to map
 	status_page = {
 		location_link = 'https://map.hochstift.freifunk.net/#!v:m;n:',
 	},
 
+	-- geo-default site
+	site_select = {
+		geo_default_site = 'ffho_uml',
+	},
+
 }