yocto_os/sources/meta-tsgrain/recipes-tsgrain/tsgrain-webui/files/tsgrain_web.toml

18 lines
229 B
TOML

# TSGRain WebUI config file
[Server]
Address = ""
Port = 80
[Server.Websocket]
Ping = 10
Timeout = 2
[Server.Compression]
Gzip = "default"
Brotli = "default"
[Authentication]
Enable = false
[GRPC]
Address = "127.0.0.1:50051"