mirror of
https://github.com/nspcc-dev/neo-go.git
synced 2025-05-04 19:02:28 +00:00
server: add log-path and address configuration
- LogPath can be configured through config - node,rpc and monitoring address can be configured thought command line or config
This commit is contained in:
parent
1c08753915
commit
11ce73af28
15 changed files with 99 additions and 13 deletions
|
@ -14,7 +14,7 @@ func TestSendVersion(t *testing.T) {
|
|||
s = newTestServer()
|
||||
p = newLocalPeer(t)
|
||||
)
|
||||
s.ListenTCP = 3000
|
||||
s.Port = 3000
|
||||
s.UserAgent = "/test/"
|
||||
|
||||
p.messageHandler = func(t *testing.T, msg *Message) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue