mirror of
https://github.com/ansible/awx.git
synced 2026-02-12 23:24:48 -03:30
POC channels 2
This commit is contained in:
committed by
Ryan Petrello
parent
d0a3c5a42b
commit
c8eeacacca
4
tools/redis/redis_1.conf
Normal file
4
tools/redis/redis_1.conf
Normal file
@@ -0,0 +1,4 @@
|
||||
protected-mode no
|
||||
port 63791
|
||||
dir .
|
||||
logfile "/tmp/redis.log"
|
||||
4
tools/redis/redis_2.conf
Normal file
4
tools/redis/redis_2.conf
Normal file
@@ -0,0 +1,4 @@
|
||||
protected-mode no
|
||||
port 63792
|
||||
dir .
|
||||
logfile "/tmp/redis.log"
|
||||
4
tools/redis/redis_3.conf
Normal file
4
tools/redis/redis_3.conf
Normal file
@@ -0,0 +1,4 @@
|
||||
protected-mode no
|
||||
port 63793
|
||||
dir .
|
||||
logfile "/tmp/redis.log"
|
||||
Reference in New Issue
Block a user