From a1911f293a74bd85b69e09d29740f78145f3621a Mon Sep 17 00:00:00 2001 From: DanB Date: Wed, 26 Aug 2015 11:40:51 +0200 Subject: [PATCH] Remove config test for history --- data/conf/samples/tutlocal/cgrates.json | 6 ------ 1 file changed, 6 deletions(-) diff --git a/data/conf/samples/tutlocal/cgrates.json b/data/conf/samples/tutlocal/cgrates.json index 96d385fb1..7cb87a87b 100644 --- a/data/conf/samples/tutlocal/cgrates.json +++ b/data/conf/samples/tutlocal/cgrates.json @@ -15,7 +15,6 @@ "cdrstats": "internal", // address where to reach the cdrstats service, empty to disable stats functionality<""|internal|x.y.z.y:1234> "pubsubs": "internal", // address where to reach the pubusb service, empty to disable pubsub functionality: <""|internal|x.y.z.y:1234> "users": "internal", // address where to reach the user service, empty to disable user profile functionality: <""|internal|x.y.z.y:1234> - "historys": "127.0.0.1:2013", }, "scheduler": { @@ -42,9 +41,4 @@ "indexes": ["Uuid"], // user profile field indexes }, -"historys": { - "enabled": true, // starts User service: . -}, - - }