diff options
author | Maros Marsalek <mmarsale@cisco.com> | 2016-11-03 18:04:26 +0100 |
---|---|---|
committer | Maros Marsalek <mmarsale@cisco.com> | 2016-11-07 11:44:20 +0100 |
commit | 5fd09f98a9fde773b275c2266f39552cda861713 (patch) | |
tree | 305ca556bb3c8d9363b0866a3aa8ae62f1b262f1 /infra/minimal-distribution/src/main/resources | |
parent | d1d66b15ba9cb373dc79c72981bb738f6360b4f5 (diff) |
Make persistence optional
Change-Id: I9db2d9705abeb27be0fb0c71229386b1943dcaf9
Signed-off-by: Maros Marsalek <mmarsale@cisco.com>
Diffstat (limited to 'infra/minimal-distribution/src/main/resources')
-rw-r--r-- | infra/minimal-distribution/src/main/resources/honeycomb-minimal-resources/config/honeycomb.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/infra/minimal-distribution/src/main/resources/honeycomb-minimal-resources/config/honeycomb.json b/infra/minimal-distribution/src/main/resources/honeycomb-minimal-resources/config/honeycomb.json index 0c35c5262..1199f85bc 100644 --- a/infra/minimal-distribution/src/main/resources/honeycomb-minimal-resources/config/honeycomb.json +++ b/infra/minimal-distribution/src/main/resources/honeycomb-minimal-resources/config/honeycomb.json @@ -1,6 +1,8 @@ { + "persist-context": "true", "persisted-context-path": "/var/lib/honeycomb/persist/context/data.json", "persisted-context-restoration-type": "Merge", + "persist-config": "true", "persisted-config-path": "/var/lib/honeycomb/persist/config/data.json", "persisted-config-restoration-type": "Merge", |