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