2024-10-12 22:25:52 +00:00
|
|
|
|
2024-10-13 20:16:16 +00:00
|
|
|
servers:
|
|
|
|
meet.lindeas.com:
|
|
|
|
agents:
|
|
|
|
agent1:
|
|
|
|
endpoint: "https://meet.lindeas.com:8081/jvb"
|
2024-10-14 15:55:48 +00:00
|
|
|
secret: "mysecretkey"
|
2024-10-13 20:16:16 +00:00
|
|
|
check_period: 5
|
|
|
|
agent2:
|
|
|
|
endpoint: "https://meet.lindeas.com:8081/jicofo"
|
2024-10-14 15:55:48 +00:00
|
|
|
secret: "mysecretkey"
|
2024-10-13 20:16:16 +00:00
|
|
|
check_period: 5
|
|
|
|
meet.example.com:
|
|
|
|
agents:
|
|
|
|
agent1:
|
|
|
|
endpoint: "https://meet.example.com:8081/jvb"
|
2024-10-14 15:55:48 +00:00
|
|
|
secret: "mysecret"
|
2024-10-13 20:16:16 +00:00
|
|
|
check_period: 10
|
|
|
|
agent2:
|
|
|
|
endpoint: "https://meet.example.com:8081/jicofo"
|
|
|
|
check_period: 10
|
2024-10-12 22:25:52 +00:00
|
|
|
|
|
|
|
# database to store in
|
2024-10-15 17:48:28 +00:00
|
|
|
database_path: "./jilo-server.db"
|