Store one engine cfg in git
Just easier to work on multiple machines this way. Change-Id: I3546a0535615d53f3a1566145aff9ded07caf056
This commit is contained in:
parent
9e68d9cdd1
commit
29cf50152b
4
.gitignore
vendored
4
.gitignore
vendored
@ -63,4 +63,6 @@ arch/
|
||||
docs/_build
|
||||
entropy/test
|
||||
entropy/examples/logs
|
||||
entropy/examples/cfg/
|
||||
entropy/examples/cfg/audit.cfg
|
||||
entropy/examples/cfg/repair.cfg
|
||||
entropy/examples/cfg/test1.cfg
|
||||
|
8
entropy/examples/cfg/test.cfg
Normal file
8
entropy/examples/cfg/test.cfg
Normal file
@ -0,0 +1,8 @@
|
||||
test:
|
||||
audit_cfg: /home/praneshp/code/entropy/entropy/examples/cfg/audit.cfg
|
||||
repair_cfg: /home/praneshp/code/entropy/entropy/examples/cfg/repair.cfg
|
||||
log_file: /home/praneshp/code/entropy/entropy/examples/logs/entropy.log
|
||||
log_format: "%(filename)s %(lineno)s %(message)s"
|
||||
serializer_schedule: "*/2 * * * *"
|
||||
engine_timeout: "25"
|
||||
backend: EntropyFileBackend
|
Loading…
x
Reference in New Issue
Block a user