remove nixpkgs-patcher
This commit is contained in:
+4
-1
@@ -63,11 +63,14 @@
|
||||
'';
|
||||
listen_port = 32895;
|
||||
};
|
||||
feature = {
|
||||
swagger = true;
|
||||
};
|
||||
integrations = {
|
||||
webhooks = {
|
||||
discord_relay = {
|
||||
call = {
|
||||
url = "http://127.0.0.1:5001/slskd_webhook";
|
||||
url = "http://localhost:5001/slskd_webhook";
|
||||
};
|
||||
on = [ "UploadFileComplete" ];
|
||||
timeout = 5000;
|
||||
|
||||
Reference in New Issue
Block a user