Update src/config.js
This commit is contained in:
parent
ef164b11ec
commit
3813708cf5
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user