dogtamer/dogtamer.example.toml

27 lines
586 B
TOML
Raw Normal View History

2021-08-23 00:45:44 +00:00
# dogtamer example config file
# 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
HTTPAccessLogEnable = true