mirror of
https://github.com/Telecominfraproject/wlan-cloud-loadsim.git
synced 2026-01-09 21:41:44 +00:00
14 lines
440 B
YAML
14 lines
440 B
YAML
simulation:
|
|
name: sim1
|
|
ca:
|
|
name: tip1
|
|
# (this file should be in the $PWD/ssl dir for docker. In docker, this name should be /etc/ssl/<mame>.)
|
|
cert: tipcert.pem
|
|
# (this file should be in the $PWD/ssl dir for docker. In docker, this name should be /etc/ssl/<mame>.)
|
|
key: tipkey.pem
|
|
password: mypassword
|
|
# should be the same name as TIP_CONTROLLER_NAME
|
|
server: opensync-controler.tip.build
|
|
port: 6643
|
|
devices: 10
|