Configuration to write to application.yml. See https://lavalink.dev/configuration/#example-applicationyml for the full documentation.
Individual configuration parameters can be overwritten using environment variables. See https://lavalink.dev/configuration/#example-environment-variables for more information.
Declarations
Type
YAML 1.1 value
Default
{ }
Example
{
lavalink.server = {
sources.twitch = true;
filters.volume = true;
};
logging.file.path = "./logs/";
}