Update application.yml.example
This commit is contained in:
parent
757b31fe4e
commit
514a0a737f
@ -7,6 +7,8 @@ server: # REST and WS server
|
|||||||
plugins:
|
plugins:
|
||||||
lavasrc:
|
lavasrc:
|
||||||
providers: # Custom providers for track loading. This is the default
|
providers: # Custom providers for track loading. This is the default
|
||||||
|
- "ytsearch:\"%ISRC%\""
|
||||||
|
- "ytsearch:%QUERY%"
|
||||||
- "scsearch:\"%ISRC%\""
|
- "scsearch:\"%ISRC%\""
|
||||||
- "scsearch:%QUERY%"
|
- "scsearch:%QUERY%"
|
||||||
- "dzisrc:\"%ISRC%\""
|
- "dzisrc:\"%ISRC%\""
|
||||||
@ -17,7 +19,7 @@ plugins:
|
|||||||
deezer: true # Enable Deezer source
|
deezer: true # Enable Deezer source
|
||||||
yandexmusic: false # Enable Yandex Music source
|
yandexmusic: false # Enable Yandex Music source
|
||||||
flowerytts: false # Enable Flowery TTS source
|
flowerytts: false # Enable Flowery TTS source
|
||||||
youtube: false # Enable YouTube search source (https://github.com/topi314/LavaSearch)
|
youtube: true # Enable YouTube search source (https://github.com/topi314/LavaSearch)
|
||||||
deezer:
|
deezer:
|
||||||
masterDecryptionKey: "" # the master key used for decrypting the deezer tracks. (yes this is not here you need to get it from somewhere else)
|
masterDecryptionKey: "" # the master key used for decrypting the deezer tracks. (yes this is not here you need to get it from somewhere else)
|
||||||
|
|
||||||
@ -30,7 +32,7 @@ lavalink:
|
|||||||
server:
|
server:
|
||||||
password: "youshallnotpass"
|
password: "youshallnotpass"
|
||||||
sources:
|
sources:
|
||||||
youtube: false
|
youtube: true
|
||||||
bandcamp: true
|
bandcamp: true
|
||||||
soundcloud: true
|
soundcloud: true
|
||||||
twitch: true
|
twitch: true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user