ports/databases/tarantool/files/patch-test_box_tarantool.cfg
Eitan Adler 4ca7312e0e Tarantool/Box, or simply Tarantool, is a high performance key/value
storage server. The code is available for free under the terms of
BSD license. Supported platforms are GNU/Linux and FreeBSD.

WWW:	http://tarantool.org/

PR:		ports/163213
Submitted by:	Gvozdikov Veniamin <g.veniamin@googlemail.com>
2012-01-02 15:41:28 +00:00

17 lines
438 B
INI

--- test/box/tarantool.cfg.orig 2011-12-13 01:02:02.069760259 +0000
+++ test/box/tarantool.cfg 2011-12-13 01:03:52.550055101 +0000
@@ -1,11 +1,11 @@
slab_alloc_arena = 0.1
-pid_file = "box.pid"
-
+pid_file = "/var/run/tarantool.pid"
+work_dir = "/var/db/tarantool"
# Use -a not -a to work correctly on FreeBSD
#
-logger="tee -a tarantool.log"
+logger="cat >> /var/log/tarantool.log"
primary_port = 33013
secondary_port = 33014