Improve electrs ports descriptions
This commit is contained in:
parent
cd722cac1a
commit
4e6e05a4a8
@ -41,17 +41,17 @@ in {
|
|||||||
port = mkOption {
|
port = mkOption {
|
||||||
type = types.ints.u16;
|
type = types.ints.u16;
|
||||||
default = 50001;
|
default = 50001;
|
||||||
description = "Override the default port on which to listen for connections.";
|
description = "RPC port.";
|
||||||
};
|
};
|
||||||
onionport = mkOption {
|
onionport = mkOption {
|
||||||
type = types.ints.u16;
|
type = types.ints.u16;
|
||||||
default = 50002;
|
default = 50002;
|
||||||
description = "Override the default port on which to listen for connections.";
|
description = "Port on which to listen for tor client connections.";
|
||||||
};
|
};
|
||||||
nginxport = mkOption {
|
nginxport = mkOption {
|
||||||
type = types.ints.u16;
|
type = types.ints.u16;
|
||||||
default = 50003;
|
default = 50003;
|
||||||
description = "Override the default port on which to listen for connections.";
|
description = "Port on which to listen for TLS client connections.";
|
||||||
};
|
};
|
||||||
enforceTor = nix-bitcoin-services.enforceTor;
|
enforceTor = nix-bitcoin-services.enforceTor;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user