mirror of https://github.com/peter4431/rq.git
Merge pull request #877 from theodesp/Issue-809
Fixed #809 - Added tests for various cli config parametersmain
commit
19bc288378
@ -0,0 +1,8 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
from __future__ import (absolute_import, division, print_function,
|
||||
unicode_literals)
|
||||
|
||||
REDIS_HOST = "testhost.example.com"
|
||||
REDIS_PORT = 6378
|
||||
REDIS_DB = 2
|
||||
REDIS_PASSWORD = '123'
|
Loading…
Reference in New Issue