2019-03-04 01:46:33 +00:00
|
|
|
module.exports = {
|
2019-05-06 00:01:57 +00:00
|
|
|
database: {
|
|
|
|
host: '127.0.0.1',
|
|
|
|
user: 'user',
|
|
|
|
password: 'password',
|
|
|
|
database: 'traxxx',
|
|
|
|
},
|
|
|
|
web: {
|
2019-11-16 02:33:36 +00:00
|
|
|
host: '0.0.0.0',
|
2019-05-06 00:01:57 +00:00
|
|
|
port: 5000,
|
|
|
|
},
|
2019-03-04 01:46:33 +00:00
|
|
|
include: [
|
2019-04-07 23:49:45 +00:00
|
|
|
'21sextury',
|
2019-04-07 18:51:14 +00:00
|
|
|
'blowpass',
|
|
|
|
'brazzers',
|
2019-11-11 02:20:00 +00:00
|
|
|
'dogfart',
|
|
|
|
'evilangel',
|
2019-03-18 03:46:53 +00:00
|
|
|
'julesjordan',
|
2019-03-25 02:57:33 +00:00
|
|
|
['kink', [
|
|
|
|
'boundgangbangs',
|
|
|
|
'brutalsessions',
|
|
|
|
'devicebondage',
|
|
|
|
'everythingbutt',
|
|
|
|
'familiestied',
|
|
|
|
'fuckingmachines',
|
|
|
|
'hogtied',
|
|
|
|
'publicdisgrace',
|
|
|
|
'sexandsubmission',
|
|
|
|
'theupperfloor',
|
|
|
|
'waterbondage',
|
|
|
|
]],
|
|
|
|
'legalporno',
|
2019-11-11 02:20:00 +00:00
|
|
|
'mikeadriano',
|
2019-04-07 03:01:06 +00:00
|
|
|
'mofos',
|
2019-04-08 01:07:16 +00:00
|
|
|
'naughtyamerica',
|
2019-03-04 01:46:33 +00:00
|
|
|
'pervcity',
|
2019-04-04 02:44:37 +00:00
|
|
|
['private', [
|
|
|
|
'analintroductions',
|
|
|
|
'iconfessfiless',
|
|
|
|
'missionasspossible',
|
|
|
|
'russianfakeagent',
|
|
|
|
'sexonthebeach',
|
|
|
|
'tightandteen',
|
|
|
|
'blacksonsluts',
|
|
|
|
'privatefetish',
|
|
|
|
'privatemils',
|
|
|
|
'russianteenass',
|
|
|
|
'privatestars',
|
|
|
|
]],
|
2019-04-08 01:07:16 +00:00
|
|
|
'realitykings',
|
2019-04-04 02:00:28 +00:00
|
|
|
'vixen',
|
2019-03-25 02:57:33 +00:00
|
|
|
'xempire',
|
2019-03-04 01:46:33 +00:00
|
|
|
],
|
2019-04-05 01:45:40 +00:00
|
|
|
fetchAfter: [3, 'months'],
|
2019-03-11 03:19:36 +00:00
|
|
|
columns: [
|
|
|
|
{
|
|
|
|
value: 'date',
|
|
|
|
format: 'MMM DD, YYYY',
|
|
|
|
width: 14,
|
|
|
|
},
|
2019-04-10 01:42:20 +00:00
|
|
|
{
|
|
|
|
value: 'network',
|
2019-04-12 01:12:53 +00:00
|
|
|
width: 15,
|
2019-04-10 01:42:20 +00:00
|
|
|
},
|
2019-03-11 03:19:36 +00:00
|
|
|
{
|
|
|
|
value: 'site',
|
2019-04-12 01:12:53 +00:00
|
|
|
width: 25,
|
|
|
|
},
|
|
|
|
{
|
|
|
|
value: 'shootId',
|
|
|
|
width: 15,
|
2019-03-11 03:19:36 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
value: 'title',
|
2019-04-07 23:49:45 +00:00
|
|
|
width: 80,
|
2019-03-11 03:19:36 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
value: 'actors',
|
2019-03-26 00:26:47 +00:00
|
|
|
width: 60,
|
2019-03-11 03:19:36 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
value: 'rating',
|
2019-03-26 00:26:47 +00:00
|
|
|
width: 30,
|
2019-03-11 03:19:36 +00:00
|
|
|
},
|
|
|
|
],
|
2019-11-11 02:20:00 +00:00
|
|
|
media: {
|
|
|
|
path: './',
|
2019-11-11 04:18:28 +00:00
|
|
|
thumbnailSize: 320, // width for 16:9 will be exactly 576px
|
2019-12-09 04:00:49 +00:00
|
|
|
limit: 25, // max number of photos per release
|
2019-11-11 02:20:00 +00:00
|
|
|
},
|
2019-03-04 01:46:33 +00:00
|
|
|
};
|