dogtamer/dogtamer.example.toml

38 lines
800 B
TOML
Raw Permalink Normal View History

2021-08-23 00:45:44 +00:00
# dogtamer example config file
2021-09-14 20:51:36 +00:00
# Hostname used when generating m3u playlist
# Default: "localhost
# ENV: DOGTAMER_HOSTNAME
Hostname = "localhost"
# Address to listen to for incoming rtmp connections
2021-08-23 00:45:44 +00:00
# Default: ":5566"
# ENV: DOGTAMER_RTMPLISTENADDR
RTMPListenAddr = ":5566"
2021-08-23 00:45:44 +00:00
# Log level
# Default: INFO
# Possible values: "DEBUG", "INFO", "WARN", "ERROR"
# ENV: DOGTAMER_LOGLEVEL
2021-08-23 00:45:44 +00:00
LogLevel = "INFO"
# Enable HTTP-server
# Default: False
# ENV: DOGTAMER_HTTPSERVERENABLE
HTTPServerEnable = true
# HTTP Listen address
# Default: ":8077"
# ENV: DOGTAMER_HTTPLISTENADDR
HTTPListenAddr = ":8077"
# Enable HTTP access logging
# Default: true
# ENV: DOGTAMER_HTTPACCESSLOGENABLE
2021-11-01 20:31:24 +00:00
HTTPAccessLogEnable = true
# Enable metrics collection
# Default: false
# ENV: DOGTAMER_METRICSENABLE
MetricsEnable = true