From d4de2feaaa316c774b400b57479a2fbcec65eaa9 Mon Sep 17 00:00:00 2001 From: aki Date: Wed, 23 Apr 2025 23:28:48 +0800 Subject: [PATCH] chore(docker): Add application.yml for lavaplayer --- application.yml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 application.yml diff --git a/application.yml b/application.yml new file mode 100644 index 0000000..06bd016 --- /dev/null +++ b/application.yml @@ -0,0 +1,25 @@ +server: + port: 2333 + address: 0.0.0.0 + password: ${LAVALINK_PASSWORD:changeme} # Uses env var or defaults to 'changeme' + +logging: + level: + root: INFO + lavalink: INFO + +lavalink: + server: + sources: + youtube: true + bandcamp: true + soundcloud: true + twitch: true + vimeo: true + http: true + local: false + resamplingQuality: LOW + bufferDurationMs: 400 + frameBufferDurationMs: 5000 + gc-warnings: true + plugins: [] \ No newline at end of file