1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-19 20:21:14 +00:00

nixos/jormungandr: changing the port to match upstream

This commit is contained in:
Marek Mahut 2019-08-25 17:37:58 +02:00
parent c0cd8e33c8
commit f6ced211e6

View file

@ -13,7 +13,7 @@ let
configSettings = {
storage = dataDir;
p2p = {
public_address = "/ip4/127.0.0.1/tcp/8606";
public_address = "/ip4/127.0.0.1/tcp/8299";
messages = "high";
blocks = "high";
};