Telemetry setup name configuration

Hi,

I’ve installed the latest juice update, and when prompted with a setup name, I’ve left the field blank. The installation process output is

No name entered, using default name. You can change this later by editing the orchestration settings.

How should I edit the orchestration settings to change the setup name?

This is configured in the orchestration.toml at /etc/juice/config/ on the host PC.

Add the following line to the top of this file to configure your setup name:

juice_setup_name = "setup_name_here"

A list of configurable orchestration settings can be found here.

Thank you very much!