Skip to content

Commit 65a2002

Browse files
committed
flake(mono-node): pass serverIP for a node
1 parent f3e0295 commit 65a2002

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nix/tests/sable.nix

+1
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ let
102102
sableModule
103103
(nodeConfig {
104104
serverId = 1;
105+
serverIP = "127.0.1.2";
105106
serverName = "server1.test";
106107
bootstrapped = true;
107108
caFile = ../../configs/ca_cert.pem;

0 commit comments

Comments
 (0)