forked from DebaucheryLibrarian/traxxx
118 lines
2.7 KiB
JavaScript
118 lines
2.7 KiB
JavaScript
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',
|
|
]],
|
|
],
|
|
profiles: [
|
|
[
|
|
'evilangel',
|
|
'famedigital',
|
|
],
|
|
[
|
|
// Gamma; Evil Angel + Devil's Film, Pure Taboo (unavailable), Burning Angel and Wicked have their own assets
|
|
'xempire',
|
|
'blowpass',
|
|
],
|
|
[
|
|
// MindGeek; Brazzers and Mile High Media have their own assets
|
|
'realitykings',
|
|
'mofos',
|
|
'digitalplayground',
|
|
'twistys',
|
|
'babes',
|
|
'fakehub',
|
|
'sexyhub',
|
|
'metrohd',
|
|
'iconmale',
|
|
'men',
|
|
'transangels',
|
|
],
|
|
'wicked',
|
|
'burningangel',
|
|
'brazzers',
|
|
'milehighmedia',
|
|
[
|
|
'vixen',
|
|
'tushy',
|
|
'blacked',
|
|
'tushyraw',
|
|
'blackedraw',
|
|
'deeper',
|
|
],
|
|
[
|
|
// Nubiles
|
|
'nubiles',
|
|
'nubilesporn',
|
|
'deeplush',
|
|
'brattysis',
|
|
'nfbusty',
|
|
'anilos',
|
|
'hotcrazymess',
|
|
'thatsitcomshow',
|
|
],
|
|
'21sextury',
|
|
'julesjordan',
|
|
'naughtyamerica',
|
|
'cherrypimps',
|
|
'pimpxxx',
|
|
[
|
|
'hussiepass',
|
|
'hushpass',
|
|
'interracialpass',
|
|
'interracialpovs',
|
|
'povpornstars',
|
|
'seehimfuck',
|
|
'eyeontheguy',
|
|
],
|
|
[
|
|
// Full Porn Network
|
|
'analized',
|
|
'hergape',
|
|
'jamesdeen',
|
|
'dtfsluts',
|
|
'analbbc',
|
|
'analviolation',
|
|
'baddaddypov',
|
|
'girlfaction',
|
|
'homemadeanalwhores',
|
|
'mugfucked',
|
|
'onlyprince',
|
|
'pervertgallery',
|
|
'povperverts',
|
|
],
|
|
'private',
|
|
'ddfnetwork',
|
|
'bangbros',
|
|
'kellymadison',
|
|
'legalporno',
|
|
'score',
|
|
'boobpedia',
|
|
'pornhub',
|
|
'freeones',
|
|
'freeonesLegacy',
|
|
],
|
|
fetchAfter: [1, 'week'],
|
|
nullDateLimit: 3,
|
|
media: {
|
|
path: './media',
|
|
thumbnailSize: 320, // width for 16:9 will be exactly 576px
|
|
thumbnailQuality: 100,
|
|
videoQuality: [480, 360, 320, 540, 720, 1080, 2160, 240, 180],
|
|
limit: 25, // max number of photos per release
|
|
},
|
|
titleSlugLength: 50,
|
|
};
|