traxxx/config/default.js

116 lines
2.6 KiB
JavaScript
Raw Normal View History

module.exports = {
database: {
host: '127.0.0.1',
user: 'user',
password: 'password',
database: 'traxxx',
},
web: {
host: '0.0.0.0',
port: 5000,
},
// include: [],
// exclude: [],
exclude: [
['famedigital', [
'lowartfilms',
]],
],
2020-02-01 02:02:58 +00:00
profiles: [
[
'evilangel',
'famedigital',
],
[
// Gamma; Evil Angel + Devil's Film, Pure Taboo (unavailable), Burning Angel and Wicked have their own assets
2020-02-01 02:02:58 +00:00
'xempire',
'blowpass',
],
[
// MindGeek; Brazzers and Mile High Media have their own assets
2020-02-01 02:02:58 +00:00
'realitykings',
'mofos',
'digitalplayground',
2020-02-07 03:44:01 +00:00
'twistys',
'babes',
2020-02-01 02:02:58 +00:00
'fakehub',
'metrohd',
2020-02-01 02:02:58 +00:00
'iconmale',
'men',
'transangels',
],
'wicked',
'burningangel',
2020-02-01 02:02:58 +00:00
'brazzers',
'milehighmedia',
[
'vixen',
'tushy',
'blacked',
'tushyraw',
'blackedraw',
'deeper',
],
2020-02-12 22:00:32 +00:00
[
// Nubiles
2020-02-12 22:00:32 +00:00
'nubiles',
'nubilesporn',
'deeplush',
'brattysis',
'nfbusty',
'anilos',
'hotcrazymess',
'thatsitcomshow',
],
'21sextury',
2020-02-01 02:02:58 +00:00
'julesjordan',
'naughtyamerica',
2020-02-13 02:44:04 +00:00
[
'cherrypimps',
'drilledxxx',
'wildoncam',
'bcmxxx',
'familyxxx',
'petitexxx',
'confessionsxxx',
'cuckedxxx',
],
[
// Full Porn Network
'analized',
'hergape',
'jamesdeen',
'dtfsluts',
'analbbc',
'analviolation',
'baddaddypov',
'girlfaction',
'homemadeanalwhores',
'mugfucked',
'onlyprince',
'pervertgallery',
'povperverts',
],
2020-02-23 23:31:36 +00:00
'private',
2020-02-01 02:02:58 +00:00
'ddfnetwork',
2020-02-23 23:31:36 +00:00
'bangbros',
'kellymadison',
2020-02-13 02:44:04 +00:00
'legalporno',
'score',
2020-02-01 02:02:58 +00:00
'boobpedia',
'pornhub',
'freeones',
'freeonesLegacy',
],
fetchAfter: [1, 'week'],
nullDateLimit: 3,
media: {
path: './media',
thumbnailSize: 320, // width for 16:9 will be exactly 576px
thumbnailQuality: 100,
2020-02-23 23:31:36 +00:00
videoQuality: [480, 360, 320, 540, 720, 1080, 2160, 240, 180],
2019-12-09 04:00:49 +00:00
limit: 25, // max number of photos per release
},
titleSlugLength: 50,
};