Bump Lavalink.jar version and update the default application.yml (#5823)

* Bump Lavalink.jar version

* Update the default Lavalink YAML file

* Let's add schema migration too...

* Fix migration (but still actually untested)
This commit is contained in:
Jakub Kuczys
2022-08-14 19:57:15 +02:00
committed by GitHub
parent 87a9c10369
commit 4daf81aa5b
3 changed files with 23 additions and 4 deletions

View File

@@ -78,11 +78,11 @@ DEFAULT_LAVALINK_YAML = {
"yaml__metrics__prometheus__endpoint": "/metrics",
"yaml__sentry__dsn": "",
"yaml__sentry__environment": "",
"yaml__logging__file__max_history": 15,
"yaml__logging__file__max_size": "10MB",
"yaml__logging__path": "./logs/",
"yaml__logging__file__path": "./logs/",
"yaml__logging__level__root": "INFO",
"yaml__logging__level__lavalink": "INFO",
"yaml__logging__logback__rollingpolicy__max_history": 15,
"yaml__logging__logback__rollingpolicy__max_size": "10MB",
}
DEFAULT_LAVALINK_SETTINGS = {