From ae58b2d2471771c5e820a1ea295082ed941efd9d Mon Sep 17 00:00:00 2001 From: casjay Date: Wed, 19 Oct 2022 19:01:20 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=97=83=EF=B8=8F=20Committing=20everything?= =?UTF-8?q?=20that=20changed=20=F0=9F=97=83=EF=B8=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../local/share/template-files/config/aria2/aria-ng.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rootfs/usr/local/share/template-files/config/aria2/aria-ng.config.js b/rootfs/usr/local/share/template-files/config/aria2/aria-ng.config.js index ff485af..47c6a6b 100755 --- a/rootfs/usr/local/share/template-files/config/aria2/aria-ng.config.js +++ b/rootfs/usr/local/share/template-files/config/aria2/aria-ng.config.js @@ -519,13 +519,13 @@ }) .constant('ariaNgDefaultOptions', { language: 'en', - theme: 'light', + theme: 'dark', title: '${downspeed}, ${upspeed} - ${title}', titleRefreshInterval: 5e3, browserNotification: !1, rpcAlias: '', rpcHost: 'localhost', - rpcPort: '6800', + rpcPort: '8080', rpcInterface: 'jsonrpc', protocol: 'ws', httpMethod: 'POST',