diff options
author | Evgeniy Khramtsov <ekhramtsov@process-one.net> | 2018-07-15 10:14:47 +0300 |
---|---|---|
committer | Evgeniy Khramtsov <ekhramtsov@process-one.net> | 2018-07-15 10:14:47 +0300 |
commit | 2dfb5a6a5cfa2174a31dde3f44605ab44ad76412 (patch) | |
tree | e5578db4ee8d2c570f9a5d47dfbeac91a54a75b3 /test/README | |
parent | Require Redis version >= 3.2.0 (diff) |
Note about Redis requirement in the test suite README
Diffstat (limited to 'test/README')
-rw-r--r-- | test/README | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/README b/test/README index 99e5eec12..493bff341 100644 --- a/test/README +++ b/test/README @@ -1,6 +1,7 @@ -You need MySQL, PostgreSQL and Riak up and running. +You need MySQL, PostgreSQL, Redis and Riak up and running. MySQL should be accepting TCP connections on localhost:3306. PostgreSQL should be accepting TCP connections on localhost:5432. +Redis should be accepting TCP connections on localhost:6379. Riak should be accepting TCP connections on localhost:8087. MySQL and PostgreSQL should grant full access to user 'ejabberd_test' with password 'ejabberd_test' on database 'ejabberd_test'. |