summaryrefslogtreecommitdiffstats
path: root/config.js
blob: 1ded69fb22d13bc3442e5deb9989c9af241ddbbb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
module.exports = {
	master: false,
	port: 5000,
	workers: 2,
	scrapeTime: '00 00 3,15 * * *',
	scrapeTtl: 1000 * 60 * 60 * 10,
	pageSize: 50,
	dbHosts: [
		'fr.ptnet',
		'us-chi.ptnet',
		'us-mia.ptnet',
		'us-dal.ptnet',
		'za.ptnet',
		'br.ptnet',
		'uk.ptnet',
	],
	map: {
		'louie': 'louie-2010',
		'battlestar-galactica': 'battlestar-galactica-2003',
		'the-killing': 'the-killing-us',
		'hawaii-five-0-2010': 'hawaii-fiveo-2010',
		'the-goldbergs': 'the-goldbergs-2013',
		'vikings-us': 'vikings',
		'resurrection-us': 'resurrection',
		'golden-boy': 'golden-boy-2013',
		'the-office': 'the-office-us',
		'the-fosters': 'the-fosters-2013',
		'brooklyn-nine-nine': 'brooklyn-ninenine',
		'cracked': 'cracked-2013',
		'the-good-guys': 'the-good-guys-2010',
		'black-box': 'the-black-box',
		'hank': 'hank-2009',
		'legit': 'legit-2013',
		'power-2014': 'power',
		'scandal-us': 'scandal-2012',
		'reign': 'reign-2013'
	}
}