Config file

When TeutonServer starts need to read a configuration file.

Creating config file

Let's see its content:

---
:server:
  :ip: 127.0.0.1
  :port: 16000
  :testunits:
    - testname01
:clients:
- :members: client01
  :ip: 127.0.0.1

Config file params

server section

Configuration param for Teuton Server.

client section

Configuration param for every TeutonClient. TeutonServer will attend only the specified clients.