add links to reference.conf to docs

This commit is contained in:
Roland Kuhn 2014-03-23 18:39:55 +01:00
parent 9ed116c4bd
commit d6b33d15a8
16 changed files with 103 additions and 32 deletions

View file

@ -220,3 +220,10 @@ surprising ways.
* Don't use MultiNodeSpec methods like address lookup, barrier entry et.c. from other threads than the main test
thread. This also means that you shouldn't use them from inside an actor, a future, or a scheduled task.
Configuration
=============
There are several configuration properties for the Multi-Node Testing module, please refer
to the :ref:`reference configuration <config-akka-multi-node-testkit>`.