Removing the text file config for agents

main
Yasen Pramatarov 2024-10-15 21:30:48 +03:00
parent 3f87481c06
commit 13d801c010
1 changed files with 1 additions and 23 deletions

View File

@ -1,24 +1,2 @@
servers:
meet.lindeas.com:
agents:
agent1:
endpoint: "https://meet.lindeas.com:8081/jvb"
secret: "mysecretkey"
check_period: 5
agent2:
endpoint: "https://meet.lindeas.com:8081/jicofo"
secret: "mysecretkey"
check_period: 5
meet.example.com:
agents:
agent1:
endpoint: "https://meet.example.com:8081/jvb"
secret: "mysecret"
check_period: 10
agent2:
endpoint: "https://meet.example.com:8081/jicofo"
check_period: 10
# database to store in
# database location
database_path: "./jilo-server.db"