mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 03:08:55 -05:00
* Initial audio * Add application data and modify port * Modify codeowners * Need extra newline * add yml to manifest * lock lavalink version
20 lines
383 B
YAML
20 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: false
|
|
sentryDsn: ""
|
|
bufferDurationMs: 400
|
|
youtubePlaylistLoadLimit: 10000 |