|
|
@ -21,8 +21,10 @@ job-collector:
|
|
|
|
file-manager:
|
|
|
|
file-manager:
|
|
|
|
file-collector:
|
|
|
|
file-collector:
|
|
|
|
hostname: "localhost"
|
|
|
|
hostname: "localhost"
|
|
|
|
port: 80
|
|
|
|
port: 80 # can be ignored in specific modules
|
|
|
|
cache:
|
|
|
|
username: "654321" # can be ignored in specific modules
|
|
|
|
|
|
|
|
password: "123456" # can be ignored in specific modules
|
|
|
|
|
|
|
|
cache: # only in case that there is cache module
|
|
|
|
cache-dir: "/tmp/cache"
|
|
|
|
cache-dir: "/tmp/cache"
|
|
|
|
logger:
|
|
|
|
logger:
|
|
|
|
file: "log.txt"
|
|
|
|
file: "log.txt"
|
|
|
|