файл конфигурации

This commit is contained in:
Alexey Kasyanchuk
2017-01-21 00:38:56 +03:00
parent ab9c2eccbb
commit 4a2dcd7d36
3 changed files with 49 additions and 34 deletions

24
config.js Normal file
View File

@ -0,0 +1,24 @@
module.exports = {
indexer: true,
domain: 'ratsontheboat.org',
httpPort: 8095,
spiderPort: 4445,
udpTrackersPort: 4446,
sitemapMaxSize: 25000,
sphinx: {
host : 'localhost',
port : 9306,
connectionLimit: 30
},
mysql: {
host : 'localhost',
user : 'btsearch',
password : 'pirateal100x',
database : 'btsearch',
connectionLimit: 40
},
}