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