-
-
Notifications
You must be signed in to change notification settings - Fork 252
/
application.yml
39 lines (37 loc) · 862 Bytes
/
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
server: # REST and WS server
port: 2333
address: 0.0.0.0
lavalink:
server:
password: "youshallnotpass"
sources:
youtube: true
bandcamp: true
soundcloud: true
twitch: true
vimeo: true
mixer: true
http: true
local: false
bufferDurationMs: 150
youtubePlaylistLoadLimit: 5 # 5 Means ... 500 Songs maximum / Playlist
youtubeSearchEnabled: true
soundcloudSearchEnabled: true
gc-warnings: true
#ratelimit:
#ipBlocks: ["Ipv6/48", "OTHER_Ipv6/48"] # list of ip blocks
#strategy: "RotateOnBan" # RotateOnBan | LoadBalance | NanoSwitch | RotatingNanoSwitch
metrics:
prometheus:
enabled: false
endpoint: /metrics
sentry:
dsn: ""
logging:
file:
max-history: 5
max-size: 100MB
path: ./logs/
level:
root: INFO
lavalink: INFO