Expose the default port
This commit is contained in:
parent
f1cf0ed87d
commit
a3ce9d17ec
|
@ -7,7 +7,7 @@ export
|
||||||
defs
|
defs
|
||||||
|
|
||||||
const
|
const
|
||||||
defaultPort = 9000
|
defaultPort* = 9000
|
||||||
|
|
||||||
type
|
type
|
||||||
ValidatorKeyPath* = TypedInputFile[ValidatorPrivKey, Txt, "privkey"]
|
ValidatorKeyPath* = TypedInputFile[ValidatorPrivKey, Txt, "privkey"]
|
||||||
|
|
Loading…
Reference in New Issue