Expose the default port

This commit is contained in:
Zahary Karadjov 2019-03-26 22:35:01 +02:00 committed by zah
parent f1cf0ed87d
commit a3ce9d17ec
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ export
defs
const
defaultPort = 9000
defaultPort* = 9000
type
ValidatorKeyPath* = TypedInputFile[ValidatorPrivKey, Txt, "privkey"]