Skip to content

Commit 4ae4031

Browse files
authored
Update configmap.yaml
1 parent 0741410 commit 4ae4031

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

docs/examples/kubernetes/configmap.yaml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,11 @@ data:
1919
htmx_debug: false
2020
downloaders:
2121
plugins:
22-
- name: deezer
23-
path: /app/plugins/deemix/plugin.so
24-
icon: https://demo2.contre.io/img/deezer.png
25-
config:
26-
arl: !env_var DEEZER_ARL
27-
preferred_quality: FLAC
28-
fallback_quality: MP3_320
22+
- name: dummy
23+
url: https://github.com/contre95/soulsolid-dummy-plugin
24+
# path: # Optional if you are building the plugin
25+
icon: https://soulsolid-demo.contre.io/img/galaxy.png
26+
config: {}
2927
artwork:
3028
embedded:
3129
enabled: true

0 commit comments

Comments
 (0)