nixos/jormungandr: changing the port to match upstream
This commit is contained in:
parent
c0cd8e33c8
commit
f6ced211e6
@ -13,7 +13,7 @@ let
|
|||||||
configSettings = {
|
configSettings = {
|
||||||
storage = dataDir;
|
storage = dataDir;
|
||||||
p2p = {
|
p2p = {
|
||||||
public_address = "/ip4/127.0.0.1/tcp/8606";
|
public_address = "/ip4/127.0.0.1/tcp/8299";
|
||||||
messages = "high";
|
messages = "high";
|
||||||
blocks = "high";
|
blocks = "high";
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user