Merge remote-tracking branch 'origin/community' into community

This commit is contained in:
Lucca Faria Ferri 2023-02-02 06:44:32 -08:00
commit bce8acfaf3

View File

@ -10,7 +10,7 @@
; Settings for Bnet ; Settings for Bnet
[Battle-Server] [Battle-Server]
Enabled = true Enabled = true
BindIP = 192.168.0.22 BindIP = 127.0.0.1
WebPort = 9800 WebPort = 9800
Port = 1119 Port = 1119
BindIPv6 = ::1 BindIPv6 = ::1
@ -24,9 +24,9 @@ Motd = Welcome to Diablo 3!
; ------------------------ ; ------------------------
; REST services for login (and others) ; REST services for login (and others)
[REST] [REST]
IP = 192.168.0.22 IP = 127.0.0.1
Public = true Public = true
PublicIP = 192.168.0.22 PublicIP = 127.0.0.1
PORT = 80 PORT = 80
; ------------------------ ; ------------------------
@ -34,7 +34,7 @@ PORT = 80
[Game-Server] [Game-Server]
Enabled = true Enabled = true
CoreActive = true CoreActive = true
BindIP = 192.168.0.22 BindIP = 127.0.0.1
WebPort = 9001 WebPort = 9001
Port = 1345 Port = 1345
BindIPv6 = ::1 BindIPv6 = ::1
@ -60,7 +60,7 @@ BossDamageMultiplier = 3
[NAT] [NAT]
Enabled = True Enabled = True
; use your public IP ; use your public IP
PublicIP = 192.168.0.22 PublicIP = 127.0.0.1
; ------------------------ ; ------------------------
; Where the outputs should be. ; Where the outputs should be.