From 79ba17116d5e50973406ca63e81b7a3dc84175ed Mon Sep 17 00:00:00 2001
From: Yohan Jarosz <yohanjarosz@yahoo.fr>
Date: Mon, 1 Jun 2015 17:17:11 +0200
Subject: [PATCH] change config names

---
 src/config.imp.json | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/config.imp.json b/src/config.imp.json
index bc51b4f..4415181 100644
--- a/src/config.imp.json
+++ b/src/config.imp.json
@@ -69,7 +69,8 @@
         ]
     },
     "kegg": {
-        "db_url": "http://rest.kegg.jp/link/ec/pathway"
+        "db_ec2pthy": "http://rest.kegg.jp/link/ec/pathway",
+        "db_hierarchy": "http://rest.kegg.jp/list/pathway"
     },
     "preload": {
         "test": "",
-- 
GitLab