-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapplication.yml
65 lines (59 loc) · 1.47 KB
/
application.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
server: # REST and WS server
port: 2333
address: 0.0.0.0
spring:
main:
banner-mode: log
lavalink:
plugins:
- dependency: "dev.lavalink.youtube:youtube-plugin:1.4.0"
snapshot: false
server:
password: "youshallnotpass"
sources:
youtube: false
bandcamp: false
soundcloud: true
twitch: false
vimeo: false
mixer: false
http: false
local: false
bufferDurationMs: 400
youtubePlaylistLoadLimit: 2 # Number of pages at 100 each
youtubeSearchEnabled: true
soundcloudSearchEnabled: true
gc-warnings: true
metrics:
prometheus:
enabled: false
endpoint: /metrics
sentry:
dsn: ""
# tags:
# some_key: some_value
# another_key: another_value
logging:
file:
max-history: 30
max-size: 1GB
path: ./logs/
level:
root: INFO
lavalink: DEBUG
plugins:
youtube:
enabled: true
allowSearch: true # Whether "ytsearch:" and "ytmsearch:" can be used.
allowDirectVideoIds: true # Whether just video IDs can match. If false, only complete URLs will be loaded.
allowDirectPlaylistIds: true
clients:
- MUSIC
- ANDROID
- WEB
WEB:
playback: false
TVHTML5EMBEDDED:
playlistLoading: false # Disables loading of playlists and mixes for this client.
videoLoading: false # Disables loading of videos for this client (playback is still allowed).
searching: false # Disables the ability to search for videos for this client.