1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-08-12 09:00:54 +00:00

Oops, SSL needs a different listen address..

This commit is contained in:
Kane York 2015-11-23 16:08:22 -08:00
parent 6f13ea360c
commit 6a5bcdca4a
3 changed files with 5 additions and 7 deletions

View file

@ -269,6 +269,7 @@ func GenerateKeys(outputFile, serverID, theirPublicStr string) {
var err error
output := ConfigFile{
ListenAddr: "0.0.0.0:8001",
SSLListenAddr: "0.0.0.0:443",
SocketOrigin: "localhost:8001",
BackendURL: "http://localhost:8002/ffz",
MinMemoryKBytes: defaultMinMemoryKB,