diff options
Diffstat (limited to 'spec')
-rw-r--r-- | spec/snmptrap-collector-component-spec.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/snmptrap-collector-component-spec.json b/spec/snmptrap-collector-component-spec.json index a256c51..b0436d4 100644 --- a/spec/snmptrap-collector-component-spec.json +++ b/spec/snmptrap-collector-component-spec.json @@ -100,7 +100,7 @@ }, { "name": "files.runtime_base_dir", - "value":"/opt/app/snmptrap", + "value":"/tmp/opt/app/snmptrap", "description": "base dir of snmptrapd install" }, { @@ -140,7 +140,7 @@ }, { "name": "files.eelf_base_dir", - "value":"/opt/app/snmptrap/logs", + "value":"/tmp/opt/app/snmptrap/logs", "description": "directory that all EELF format logs will be written to" }, { |