oven-exporter/config_example.toml

10 lines
233 B
TOML
Raw Normal View History

2021-11-07 18:31:48 +01:00
# (Address +) Port where the Exporter is listen for Prometheus request
2021-07-21 01:33:54 +02:00
listen = ":8080"
[api]
2021-11-07 18:31:48 +01:00
# URL to REST-API of OvenMediaEngine
url = "http://1.2.3.4:8081"
2021-11-07 18:31:48 +01:00
# AccessToken of OvenMediaEngine's REST-API
2021-07-20 12:18:00 +02:00
token = "ome-access-token"