Add properties for running multiple tservers (#261)

diff --git a/conf/accumulo/2/accumulo.properties b/conf/accumulo/2/accumulo.properties
index d0251bf..3113dc7 100755
--- a/conf/accumulo/2/accumulo.properties
+++ b/conf/accumulo/2/accumulo.properties
@@ -6,3 +6,4 @@
 table.durability=flush
 tserver.memory.maps.native.enabled=ACCUMULO_USE_NATIVE_MAP
 tserver.walog.max.size=512M
+tserver.port.search=true
diff --git a/conf/uno.conf b/conf/uno.conf
index dd51137..61340f1 100644
--- a/conf/uno.conf
+++ b/conf/uno.conf
@@ -142,6 +142,8 @@
 export ACCUMULO_USER=root
 # Accumulo password
 export ACCUMULO_PASSWORD=secret
+# Number of tservers to run
+export NUM_TSERVERS=1
 
 # Plugin configuration
 # --------------------