Commit d0b2fe01 authored by Cristiano Urban's avatar Cristiano Urban
Browse files

Removed 'db_read' and 'db_write' parameters, since now we use Redis only for jobs scheduling.

parent 3be0c73d
Loading
Loading
Loading
Loading
+2 −6
Original line number Diff line number Diff line
@@ -21,12 +21,8 @@ password = postgres
host = redis
; port at which the cache service is available, default is 6379 TCP
port = 6379
; db index representing the db associated to jobs that retrieve data, default is 0
db_read = 0
; db index representing the db associated to jobs that store data, default is 1
db_write = 1
; db index representing the db that stores the scheduling queues, default is 2
db_sched = 2
; db index representing the db that stores the scheduling queues, default is 0
db_sched = 0

# RabbitMQ
[amqp]