add strategy and strategy_path to config_full.json.example

This commit is contained in:
gcarq 2018-03-27 18:16:21 +02:00
parent df57c32076
commit e7399b5046
1 changed files with 3 additions and 1 deletions

View File

@ -48,5 +48,7 @@
"initial_state": "running",
"internals": {
"process_throttle_secs": 5
}
},
"strategy": "DefaultStrategy",
"strategy_path": "/some/folder/"
}