mirror of
https://github.com/logos-messaging/logos-delivery.git
synced 2026-04-14 20:23:08 +00:00
nph fix
This commit is contained in:
parent
ead4785ac2
commit
e8f7adff4d
@ -100,4 +100,4 @@ when isMainModule:
|
||||
|
||||
info "Node setup complete"
|
||||
|
||||
runForever()
|
||||
runForever()
|
||||
|
||||
@ -483,7 +483,8 @@ with the drawback of consuming some more bandwidth.""",
|
||||
|
||||
restAddress* {.
|
||||
desc: "Listening address of the REST HTTP server.",
|
||||
defaultValue: IpAddress(family: IpAddressFamily.IPv4, address_v4: [127'u8, 0, 0, 1]),
|
||||
defaultValue:
|
||||
IpAddress(family: IpAddressFamily.IPv4, address_v4: [127'u8, 0, 0, 1]),
|
||||
name: "rest-address"
|
||||
.}: IpAddress
|
||||
|
||||
@ -523,7 +524,8 @@ with the drawback of consuming some more bandwidth.""",
|
||||
|
||||
metricsServerAddress* {.
|
||||
desc: "Listening address of the metrics server.",
|
||||
defaultValue: IpAddress(family: IpAddressFamily.IPv4, address_v4: [127'u8, 0, 0, 1]),
|
||||
defaultValue:
|
||||
IpAddress(family: IpAddressFamily.IPv4, address_v4: [127'u8, 0, 0, 1]),
|
||||
name: "metrics-server-address"
|
||||
.}: IpAddress
|
||||
|
||||
|
||||
@ -530,4 +530,4 @@ proc decodeNodeConfigFromJson*(
|
||||
reader.readValue(val)
|
||||
except IOError as err:
|
||||
raise (ref SerializationError)(msg: err.msg)
|
||||
return val
|
||||
return val
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user