services
This commit is contained in:
+10
-1
@@ -14,5 +14,14 @@ module.exports = {
|
||||
socketFile: '/var/run/proxy_lookup.socket',
|
||||
redis: {
|
||||
prefix: 'proxy_'
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
service:{
|
||||
hostScheduler:{
|
||||
enabled: true,
|
||||
initial: 30000,
|
||||
interval: 86400000,
|
||||
}
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user