From b9590f562779fd15b9c5b01fd5d8ec95f6e949bb Mon Sep 17 00:00:00 2001 From: Jiri Date: Wed, 16 Mar 2022 21:27:15 +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-spotter/image.d/srv/web2py/applications/eden/models/000_config.py b/sahana-spotter/image.d/srv/web2py/applications/eden/models/000_config.py index 16fc26b..670931a 100644 --- a/sahana-spotter/image.d/srv/web2py/applications/eden/models/000_config.py +++ b/sahana-spotter/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 = ""