Skip to content

Commit d708c20

Browse files
multi: describe init script logic
1 parent db28eb9 commit d708c20

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

multi/config.lua

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ box.cfg{
66
work_dir = os.getenv("TEST_TNT_WORK_DIR"),
77
}
88

9+
-- Function to call for getting address list, part of tarantool/multi API.
910
get_cluster_nodes = nodes_load.get_cluster_nodes
1011

1112
box.once("init", function()

0 commit comments

Comments
 (0)