Sonic Server configuration options.
Refer to https://github.com/valeriansaliou/sonic/blob/master/CONFIGURATION.md for a full list of available options.
Declarations
Type
TOML value
Default
{
store = {
fst = {
path = "/var/lib/sonic/fst";
};
kv = {
path = "/var/lib/sonic/kv";
};
};
}
Example
{
channel = {
inet = "[::1]:1491";
};
server = {
log_level = "debug";
};
}