From 768d8b96808e6e8e58127294ced301c1a0f30c23 Mon Sep 17 00:00:00 2001 From: Disassembler Date: Sat, 30 Sep 2017 22:57:10 +0200 Subject: [PATCH] Set Sahana GeoNames username, related to #89 --- .../applications/eden/modules/templates/Spotter/config.py | 2 +- .../sambro/applications/eden/modules/templates/SAMBRO/config.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sahana/srv/sahana/applications/eden/modules/templates/Spotter/config.py b/sahana/srv/sahana/applications/eden/modules/templates/Spotter/config.py index 2feefc8..00127fa 100644 --- a/sahana/srv/sahana/applications/eden/modules/templates/Spotter/config.py +++ b/sahana/srv/sahana/applications/eden/modules/templates/Spotter/config.py @@ -303,7 +303,7 @@ def config(settings): # Uncomment to include WKT in XML exports #settings.gis.xml_wkt = True # GeoNames username - settings.gis.geonames_username = "eden_test" + settings.gis.geonames_username = "trendspotter" # Messaging Settings # If you wish to use a parser.py in another folder than "default" diff --git a/sambro/srv/sambro/applications/eden/modules/templates/SAMBRO/config.py b/sambro/srv/sambro/applications/eden/modules/templates/SAMBRO/config.py index a94f28b..a456b33 100644 --- a/sambro/srv/sambro/applications/eden/modules/templates/SAMBRO/config.py +++ b/sambro/srv/sambro/applications/eden/modules/templates/SAMBRO/config.py @@ -37,7 +37,7 @@ def config(settings): settings.auth.registration_requests_organisation = True # GeoNames username - settings.gis.geonames_username = "eden_test" + settings.gis.geonames_username = "trendspotter" # ========================================================================= # System Settings