Updated Architecture (markdown)

master
Martin Polanka 9 years ago
parent d765dc84a6
commit 66eb7bc3d1

@ -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"

Loading…
Cancel
Save