chore(docker): Add application.yml for lavaplayer
This commit is contained in:
parent
95ea55d972
commit
d4de2feaaa
25
application.yml
Normal file
25
application.yml
Normal file
@ -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: []
|
||||||
Loading…
x
Reference in New Issue
Block a user