From e7399b50465b734a65f1466b28a84638747e0f46 Mon Sep 17 00:00:00 2001 From: gcarq Date: Tue, 27 Mar 2018 18:16:21 +0200 Subject: [PATCH] add strategy and strategy_path to config_full.json.example --- config_full.json.example | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config_full.json.example b/config_full.json.example index c74b59660..1d9a48762 100644 --- a/config_full.json.example +++ b/config_full.json.example @@ -48,5 +48,7 @@ "initial_state": "running", "internals": { "process_throttle_secs": 5 - } + }, + "strategy": "DefaultStrategy", + "strategy_path": "/some/folder/" }