.
This commit is contained in:
17
crawler/config.js
Normal file
17
crawler/config.js
Normal file
@@ -0,0 +1,17 @@
|
||||
var config = {};
|
||||
|
||||
config.domainList = [
|
||||
'https://www.iis.se/data/bardate_domains_nu.txt',
|
||||
'https://www.iis.se/data/bardate_domains.txt'];
|
||||
|
||||
config.wordList = __dirname + '/words.txt';
|
||||
|
||||
config.lettersOnlyRegex = /^[A-Za-z]+$/;
|
||||
|
||||
config.databaseURL = 'mongodb://localhost:27017/kivi';
|
||||
|
||||
|
||||
//====
|
||||
config.words = [];
|
||||
|
||||
module.exports = config;
|
||||
Reference in New Issue
Block a user