mirror of https://github.com/rq/rq.git
5 lines
90 B
Python
5 lines
90 B
Python
|
REDIS_HOST = "testhost.example.com"
|
||
|
REDIS_PORT = 6378
|
||
|
REDIS_DB = 2
|
||
|
REDIS_PASSWORD = '123'
|