mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-09 12:48:54 -05:00
29 lines
497 B
YAML
29 lines
497 B
YAML
server:
|
|
port: 2333 # REST server
|
|
lavalink:
|
|
server:
|
|
password: "youshallnotpass"
|
|
ws:
|
|
host: "localhost"
|
|
port: 2332
|
|
sources:
|
|
youtube: true
|
|
bandcamp: true
|
|
soundcloud: true
|
|
twitch: true
|
|
vimeo: true
|
|
mixer: true
|
|
http: true
|
|
local: true
|
|
sentryDsn: ""
|
|
bufferDurationMs: 400
|
|
youtubePlaylistLoadLimit: 10000
|
|
logging:
|
|
file:
|
|
max-history: 30
|
|
max-size: 1GB
|
|
path: ./logs/
|
|
level:
|
|
root: INFO
|
|
lavalink: INFO
|