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',