summaryrefslogtreecommitdiff
path: root/example_project/settings.py.example
diff options
context:
space:
mode:
Diffstat (limited to 'example_project/settings.py.example')
-rw-r--r--example_project/settings.py.example3
1 files changed, 3 insertions, 0 deletions
diff --git a/example_project/settings.py.example b/example_project/settings.py.example
index a42a1be..dc49768 100644
--- a/example_project/settings.py.example
+++ b/example_project/settings.py.example
@@ -69,6 +69,9 @@ CHIMERE_DEFAULT_CATEGORIES = [1]
CHIMERE_MAP_LAYER = "new OpenLayers.Layer.OSM.Mapnik('Mapnik')" # OSM mapnik map
CHIMERE_XAPI_URL = 'http://open.mapquestapi.com/xapi/api/0.6/'
+CHIMERE_OSM_API_URL = 'api06.dev.openstreetmap.org' # test URL
+CHIMERE_OSM_USER = 'test'
+CHIMERE_OSM_PASSWORD = 'test'
DEBUG = True
TEMPLATE_DEBUG = DEBUG