Set Sahana GeoNames username, related to #89

This commit is contained in:
Disassembler 2017-09-30 22:57:10 +02:00
parent b75e57f83f
commit 768d8b9680
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -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