Skip to content
Snippets Groups Projects
Commit bc3514ea authored by Roman Tokarev's avatar Roman Tokarev
Browse files

Add missing config file for the previously commited test case.

parent c2f0d058
No related branches found
No related tags found
No related merge requests found
slab_alloc_arena = 0.1
pid_file = "box.pid"
# Use -a not -a to work correctly on FreeBSD
#
logger="tee -a tarantool.log"
primary_port = 33013
secondary_port = 33014
admin_port = 33015
rows_per_wal = 50
namespace[0].enabled = 1
namespace[0].index[0].type = "HASH"
namespace[0].index[0].unique = 1
namespace[0].index[0].key_field[0].fieldno = 0
namespace[0].index[0].key_field[0].type = "STR"
namespace[0].index[1].type = "TREE"
namespace[0].index[1].unique = 0
namespace[0].index[1].key_field[0].fieldno = 1
namespace[0].index[1].key_field[0].type = "STR"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment