From f19f4ffed72c1125d231f227d2a2dc2eaa346820 Mon Sep 17 00:00:00 2001 From: Jiri Date: Sat, 19 Mar 2022 22:39:11 +0100 Subject: [PATCH] Update 000_config.py --- .../image.d/srv/web2py/applications/eden/models/000_config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sahana-sambro/image.d/srv/web2py/applications/eden/models/000_config.py b/sahana-sambro/image.d/srv/web2py/applications/eden/models/000_config.py index a604797..550fe73 100644 --- a/sahana-sambro/image.d/srv/web2py/applications/eden/models/000_config.py +++ b/sahana-sambro/image.d/srv/web2py/applications/eden/models/000_config.py @@ -126,7 +126,7 @@ settings.gis.api_google = os.getenv("SAHANA_API_KEY_GOOGLE") or "missing_api_key settings.gis.api_openweathermap = os.getenv("SAHANA_API_KEY_OPENWEATHERMAP") or "missing_api_key" # GeoNames username -#settings.gis.geonames_username = "" +settings.gis.geonames_username = "trendspotter" # Fill this in to get a Facebook Pixel for your site #settings.base.facebook_pixel_id = ""