module.exports = {
    database: {
        host: '127.0.0.1',
        user: 'user',
        password: 'password',
        database: 'traxxx',
    },
    web: {
        host: '0.0.0.0',
        port: 5000,
    },
    include: [
        '21sextury',
        'blowpass',
        'brazzers',
        'dogfart',
        'evilangel',
        'julesjordan',
        ['kink', [
            'boundgangbangs',
            'brutalsessions',
            'devicebondage',
            'everythingbutt',
            'familiestied',
            'fuckingmachines',
            'hogtied',
            'publicdisgrace',
            'sexandsubmission',
            'theupperfloor',
            'waterbondage',
        ]],
        'legalporno',
        'mikeadriano',
        'mofos',
        'naughtyamerica',
        'pervcity',
        ['private', [
            'analintroductions',
            'iconfessfiless',
            'missionasspossible',
            'russianfakeagent',
            'sexonthebeach',
            'tightandteen',
            'blacksonsluts',
            'privatefetish',
            'privatemils',
            'russianteenass',
            'privatestars',
        ]],
        'realitykings',
        'vixen',
        'xempire',
    ],
    fetchAfter: [1, 'week'],
    columns: [
        {
            value: 'date',
            format: 'MMM DD, YYYY',
            width: 14,
        },
        {
            value: 'network',
            width: 15,
        },
        {
            value: 'site',
            width: 25,
        },
        {
            value: 'shootId',
            width: 15,
        },
        {
            value: 'title',
            width: 80,
        },
        {
            value: 'actors',
            width: 60,
        },
        {
            value: 'rating',
            width: 30,
        },
    ],
    media: {
        path: './',
        thumbnailSize: 320, // width for 16:9 will be exactly 576px
        limit: 25, // max number of photos per release
    },
};