Update 000_config.py

This commit is contained in:
Jiri 2022-03-19 22:39:11 +01:00
parent e499d58191
commit f19f4ffed7

View File

@ -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" settings.gis.api_openweathermap = os.getenv("SAHANA_API_KEY_OPENWEATHERMAP") or "missing_api_key"
# GeoNames username # GeoNames username
#settings.gis.geonames_username = "" settings.gis.geonames_username = "trendspotter"
# Fill this in to get a Facebook Pixel for your site # Fill this in to get a Facebook Pixel for your site
#settings.base.facebook_pixel_id = "" #settings.base.facebook_pixel_id = ""