diff --git a/scanservjs/config.local.js b/scanservjs/config.local.js index adef403..8958dca 100644 --- a/scanservjs/config.local.js +++ b/scanservjs/config.local.js @@ -77,7 +77,7 @@ module.exports = { afterDevices(devices) { devices - .filter(d => d.id == 'escl:https://172.30.0.234:443') + .filter(d => d.id == 'escl:https://172.30.0.235:443') .forEach(device => { device.name = 'Canon PIXMA G7020'; device.features['-x'].limits = [0, 216]; diff --git a/scanservjs/scanservjs.env b/scanservjs/scanservjs.env index 842f5ca..88c8244 100644 --- a/scanservjs/scanservjs.env +++ b/scanservjs/scanservjs.env @@ -1,3 +1,3 @@ SCANIMAGE_LIST_IGNORE=true -DEVICES=escl:https://172.30.0.234:443 +DEVICES=escl:https://172.30.0.235:443 PAPERLESS_URL=http://paperless-ngx.paperless-ngx.svc.cluster.local:8000