Added DarkkoTV scraper. Removed some obsolete web components.
This commit is contained in:
@@ -27,21 +27,6 @@ module.exports = {
|
||||
destroyTimeoutMillis: 300000,
|
||||
},
|
||||
},
|
||||
web: {
|
||||
host: '0.0.0.0',
|
||||
port: 5000,
|
||||
sfwHost: '0.0.0.0',
|
||||
sfwPort: 5001,
|
||||
session: {
|
||||
secret: '12345678abcdefghij',
|
||||
resave: false,
|
||||
saveUninitialized: false,
|
||||
cookie: {
|
||||
secure: true,
|
||||
maxAge: 2629800000, // 1 month
|
||||
},
|
||||
},
|
||||
},
|
||||
redis: {
|
||||
host: 'localhost',
|
||||
port: 6379,
|
||||
|
||||
Reference in New Issue
Block a user