We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 482aac4 commit 7f9df65Copy full SHA for 7f9df65
src/ns_ports_setup.erl
@@ -709,6 +709,7 @@ cbas_spec(Config) ->
709
"-memoryQuotaMb=" ++ integer_to_list(MemoryQuota),
710
"-parentPort=" ++ integer_to_list(ParentPort),
711
"-bindReplicationPort=" ++ integer_to_list(ReplicationPort),
712
+ "-ipv6=" ++ atom_to_list(misc:is_ipv6()),
713
"-logDir=" ++ LogDir
714
] ++
715
["-dataDir=" ++ Dir || Dir <- CBASDirs] ++
0 commit comments