Add bind address example to websockets

This commit is contained in:
Bryan Ashby 2020-06-03 21:44:42 -06:00
parent a6c67a8cd7
commit 51e11734a1
No known key found for this signature in database
GPG Key ID: B49EB437951D2542
1 changed files with 17 additions and 14 deletions

View File

@ -34,6 +34,9 @@ don't already have it defined).
// non-secure ws://
port: 8810
enabled: true
// optional bind address
address: 127.0.0.1
}
wss: {
// secure-over-tls wss://