Additional configuration for Readeck, see https://readeck.org/en/docs/configuration for supported values.
Declarations
Type
TOML value
Default
{ }
Example
{
main = {
log_level = "debug";
};
server = {
port = 9000;
};
}
Additional configuration for Readeck, see https://readeck.org/en/docs/configuration for supported values.
TOML value
{ }
{
main = {
log_level = "debug";
};
server = {
port = 9000;
};
}