fixed webshare

This commit is contained in:
Boki 2025-06-20 00:04:38 -04:00
parent 9413d6588d
commit b501d7a2da
5 changed files with 67 additions and 5 deletions

View file

@ -16,7 +16,7 @@
"redis": {
"host": "localhost",
"port": 6379,
"db": 1
"db": 0
},
"defaultJobOptions": {
"attempts": 3,
@ -27,5 +27,9 @@
"removeOnComplete": true,
"removeOnFail": false
}
},
"webshare": {
"apiKey": "",
"apiUrl": "https://proxy.webshare.io/api/v2/"
}
}