dogtamer/dogtamer.example.toml
= 80acc281b9 Add various features
* HTTP Server
* Config files
2021-09-02 02:49:28 +02:00

27 lines
586 B
TOML

# dogtamer example config file
# Address to listen to for incoming rtmp connections
# Default: ":5566"
# ENV: DOGTAMER_RTMPLISTENADDR
RTMPListenAddr = ":5566"
# Log level
# Default: INFO
# Possible values: "DEBUG", "INFO", "WARN", "ERROR"
# ENV: DOGTAMER_LOGLEVEL
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