Skip to content

Commit

Permalink
Update example.application.yml
Browse files Browse the repository at this point in the history
Signed-off-by: LucasB25 <[email protected]>
  • Loading branch information
LucasB25 authored Jul 29, 2024
1 parent 5367530 commit 75e81b2
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion Lavalink/example.application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ server: # REST and WS server
http2:
enabled: false # Whether to enable HTTP/2 support
plugins:
jiosaavn:
apiURL: "https://saavn.dev/api" # The API URL for JioSaavn
dunctebot:
ttsLanguage: 'en-US' # language of the TTS engine
sources:
Expand Down Expand Up @@ -80,11 +82,17 @@ plugins:
# Clients are queried in the order they are given (so the first client is queried first and so on...)
clients:
- MUSIC
- ANDROID_TESTSUITE
- WEB
- ANDROID_TESTSUITE
- ANDROID_MUSIC
- TVHTML5EMBEDDED
- ANDROID_LITE
- MEDIA_CONNECT
- IOS
lavalink:
plugins:
- dependency: "com.github.appujet:jiosaavn-plugin:v0.1.5"
repository: "https://jitpack.io"
- dependency: "com.dunctebot:skybot-lavalink-plugin:1.7.0"
snapshot: false # set to true if you want to use snapshot builds.
- dependency: "com.github.topi314.lavasearch:lavasearch-plugin:1.0.0"
Expand Down

0 comments on commit 75e81b2

Please sign in to comment.