mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-10 13:18:54 -05:00
* [V3 Audio] Local playback * Formatting * Update application.yml * Add catch for an empty localtracks directory * Linebreak in help for i18n
21 lines
383 B
YAML
21 lines
383 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
|