forked from DebaucheryLibrarian/traxxx
51 lines
1.1 KiB
JavaScript
51 lines
1.1 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: [
|
|
'21sextury',
|
|
'babes',
|
|
'bang',
|
|
'bangbros',
|
|
'blowpass',
|
|
'brazzers',
|
|
'ddfnetwork',
|
|
'digitalplayground',
|
|
'dogfartnetwork',
|
|
'evilangel',
|
|
'fakehub',
|
|
'jayrock',
|
|
'julesjordan',
|
|
'kellymadison',
|
|
'kink',
|
|
'legalporno',
|
|
'mikeadriano',
|
|
'milehighmedia',
|
|
'mofos',
|
|
'naughtyamerica',
|
|
'perfectgonzo',
|
|
'pervcity',
|
|
'pornpros',
|
|
'private',
|
|
'realitykings',
|
|
'teamskeet',
|
|
'vixen',
|
|
'xempire',
|
|
],
|
|
fetchAfter: [1, 'week'],
|
|
media: {
|
|
path: './media',
|
|
thumbnailSize: 320, // width for 16:9 will be exactly 576px
|
|
thumbnailQuality: 100,
|
|
trailerQuality: [480, 540],
|
|
limit: 25, // max number of photos per release
|
|
},
|
|
};
|