yao/tests/connectors/redis.conn.json

13 lines
266 B
JSON

{
"LANG": "1.0.0",
"VERSION": "1.0.0",
"label": "Redis TEST",
"type": "redis",
"options": {
"host": "$ENV.REDIS_TEST_HOST",
"port": "$ENV.REDIS_TEST_PORT",
"user": "$ENV.REDIS_TEST_USER",
"pass": "$ENV.REDIS_TEST_PASS",
"db": "1"
}
}