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 = ""