Remove config test for history

This commit is contained in:
DanB
2015-08-26 11:40:51 +02:00
parent eb9a6c132d
commit a1911f293a

View File

@@ -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: <true|false>.
},
}