aboutsummaryrefslogtreecommitdiff
path: root/doc/config.example.toml
blob: eefdfa07e22c8167edbc9d2786969ac102376f05 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# This is an example configuration file for nitrocli. To use it, place it at
# ${XDG_CONFIG_HOME}/nitrocli/config.toml, where XDG_CONFIG_HOME defaults to
# ${HOME}.

# The model to connect to (string, "pro" or "storage", default: not set).
model = "pro"
# The serial number of the device to connect to (list of strings, default:
# empty).
serial_numbers = ["0xf00baa", "deadbeef"]
# Do not cache secrets (boolean, default: false).
no_cache = true
# The log level (integer, default: 0).
verbosity = 2