aboutsummaryrefslogtreecommitdiffstats
path: root/src/nodejs/config.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/nodejs/config.json')
-rw-r--r--src/nodejs/config.json13
1 files changed, 9 insertions, 4 deletions
diff --git a/src/nodejs/config.json b/src/nodejs/config.json
index 92b4484..2ea4352 100644
--- a/src/nodejs/config.json
+++ b/src/nodejs/config.json
@@ -1,7 +1,12 @@
{
- "connectionString": "pg://user:password@host/database",
- "host": "localhost",
- "port": 8080,
- "logLevel": "ERROR"
+ "connectionString" : "pg://user:password@host/database",
+ "host" : "localhost",
+ "port" : 8080,
+ "logLevel" : "ERROR",
+ "version" : 0.6,
+ "copyright" : "2011 OpenStreetMap contributers",
+ "instance" : "node xapi",
+ "generator" : "xapi: OSM Extended API",
+ "namespace" : "http://localhost/xapi/0.6"
}