jilo-agent/doc/jilo-agent.conf

31 lines
684 B
Plaintext
Raw Normal View History

2024-09-03 07:23:44 +00:00
##
# configuration file for Jilo Agent
##
# the port on which the agent will listen
agent_port: 8081
2024-09-03 10:57:17 +00:00
# secret for checking JWT (same as in Jilo Web agent config)
secret_key: "mysecretkey"
# SSL certificate file (relative or full path)
ssl_cert: "jilo-agent.crt"
# SSL key file (relative or full path)
ssl_key: "jilo-agent.key"
2024-09-03 07:23:44 +00:00
# the port we check for nginx
nginx_port: 80
2024-09-03 08:55:13 +00:00
# the port we check for prosody
prosody_port: 5222
2024-09-03 07:23:44 +00:00
# URL to the Jicofo stats API
jicofo_stats_url: "http://localhost:8888/stats"
# URL to the JVB stats API
jvb_stats_url: "http://localhost:8080/colibri/stats"
2024-09-03 08:55:13 +00:00
# URL to the Jibri health API
jibri_health_URL: "http://localhost:2222/jibri/api/v1.0/health"