From 06732d79c18984add70b955abd18b2d120e5d59d Mon Sep 17 00:00:00 2001 From: rozetko Date: Tue, 26 Mar 2019 12:40:39 +0300 Subject: [PATCH] Fix config example --- config.example.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.example.json b/config.example.json index 85f39e9..20a63f3 100644 --- a/config.example.json +++ b/config.example.json @@ -5,5 +5,5 @@ "HASTIC_WEBHOOK_TYPE": "application/x-www-form-urlencoded", "HASTIC_WEBHOOK_SECRET": "mysecret", "GRAFANA_URL": "http://localhost:3000", - "TRAIN_TIMEOUT": 120 + "LEARNING_TIMEOUT": 120 }