# Webserver options [Server] Address = "" Port = 8001 # Websocket connection settings: Ping interval/Timeout in seconds [Server.Websocket] Ping = 10 Timeout = 2 # Compression settings. Refer to code.thetadev.de/TSGRain/ginzip for details. [Server.Compression] Gzip = "default" Brotli = "default" [Authentication] Enable = false PasswdFile = "htpasswd" # IP-Address and port for communicating with the controller [GRPC] Address = "127.0.0.1:50051"