mirror of
https://github.com/1f349/dendrite.git
synced 2024-11-09 22:42:58 +00:00
The Pinecone gobind
demo must listen on localhost
for baseURL
to be correct
This commit is contained in:
parent
1698c39579
commit
b40b548432
@ -225,7 +225,7 @@ func (m *DendriteMonolith) Start() {
|
||||
pk = sk.Public().(ed25519.PublicKey)
|
||||
}
|
||||
|
||||
m.listener, err = net.Listen("tcp", ":65432")
|
||||
m.listener, err = net.Listen("tcp", "localhost:65432")
|
||||
if err != nil {
|
||||
panic(err)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user