mirror of https://github.com/peter4431/rq.git
Fixed #809 - Added tests for various cli config parameters
parent
009c478822
commit
0fab93d683
@ -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