1
0
mirror of https://github.com/redis/node-redis.git synced 2025-09-11 18:50:46 +03:00
Files
node-redis/test/conf/stunnel.conf.template
Ruben Bridgewater b91692e928 Skip tls tests on windows and stunnel
This will also remove the libwrap option to work on arch
2015-11-23 18:20:15 +01:00

12 lines
260 B
Plaintext

pid = __dirname/stunnel.pid
output = __dirname/stunnel.log
CAfile = __dirname/redis.js.org.cert
cert = __dirname/redis.js.org.cert
key = __dirname/redis.js.org.key
client = no
foreground = yes
debug = 7
[redis]
accept = 127.0.0.1:6380
connect = 127.0.0.1:6379