From 3813708cf556c4407f9a0cde61d3b29b121ee897 Mon Sep 17 00:00:00 2001 From: LeenkxTeam Date: Fri, 24 Jan 2025 06:34:33 +0000 Subject: [PATCH] Update src/config.js --- src/config.js | 40 +++++----------------------------------- 1 file changed, 5 insertions(+), 35 deletions(-) diff --git a/src/config.js b/src/config.js index facf5d5..5b56936 100644 --- a/src/config.js +++ b/src/config.js @@ -35,49 +35,19 @@ module.exports = { CONFIG_PATH: getConfigPath(), DEFAULT_TORRENTS: [ - { - testID: 'bbb', - name: 'Big Buck Bunny', - posterFileName: 'bigBuckBunny.jpg', - torrentFileName: 'bigBuckBunny.torrent' - }, - { - testID: 'cosmos', - name: 'Cosmos Laundromat (Preview)', - posterFileName: 'cosmosLaundromat.jpg', - torrentFileName: 'cosmosLaundromat.torrent' - }, - { - testID: 'sintel', - name: 'Sintel', - posterFileName: 'sintel.jpg', - torrentFileName: 'sintel.torrent' - }, - { - testID: 'tears', - name: 'Tears of Steel', - posterFileName: 'tearsOfSteel.jpg', - torrentFileName: 'tearsOfSteel.torrent' - }, - { - testID: 'wired', - name: 'The WIRED CD - Rip. Sample. Mash. Share', - posterFileName: 'wiredCd.jpg', - torrentFileName: 'wiredCd.torrent' - } ], DELAYED_INIT: 3000 /* 3 seconds */, DEFAULT_DOWNLOAD_PATH: getDefaultDownloadPath(), - GITHUB_URL: 'https://github.com/leenkx/leenkxbox', - GITHUB_URL_ISSUES: 'https://github.com/leenkx/leenkxbox/issues', - GITHUB_URL_RAW: 'https://raw.githubusercontent.com/webtorrent/webtorrent-desktop/master', - GITHUB_URL_RELEASES: 'https://github.com/leenkx/leenkxbox/releases', + GITHUB_URL: 'https://dev.leenkx.com/LeenkxTeam/LNXBOX', + GITHUB_URL_ISSUES: 'https://dev.leenkx.com/LeenkxTeam/LNXBOX/issues', + GITHUB_URL_RAW: 'https://dev.leenkx.com/LeenkxTeam/LNXBOX/raw/branch/main', + GITHUB_URL_RELEASES: 'https://dev.leenkx.com/LeenkxTeam/LNXBOX/releases', HOME_PAGE_URL: 'https://leenkx.com', - TWITTER_PAGE_URL: 'https://twitter.com/Leenkx', + TWITTER_PAGE_URL: 'https://twitter.com/LeenkxNetwork', IS_PORTABLE, IS_PRODUCTION,