test
This commit is contained in:
parent
356276d51b
commit
1eeff58f80
@ -11,7 +11,7 @@
|
||||
; Enable or disable the Battle Server
|
||||
Enabled = true
|
||||
; IP address on which the server will be bound
|
||||
BindIP = 0.0.0.0
|
||||
BindIP = 127.0.0.1
|
||||
; Port for web interactions
|
||||
WebPort = 83
|
||||
; Port for the server
|
||||
@ -35,8 +35,8 @@ MotdRemoteUrl = https://your-site.local/yourmotd
|
||||
|
||||
; REST Service Settings for Login and Other Functions
|
||||
[REST]
|
||||
IP = 0.0.0.0
|
||||
PublicIP = 0.0.0.0
|
||||
IP = 127.0.0.1
|
||||
PublicIP = 127.0.0.1
|
||||
PORT = 83
|
||||
Public = True
|
||||
|
||||
@ -47,7 +47,7 @@ Enabled = true
|
||||
; Activate game server core functionality
|
||||
CoreActive = true
|
||||
; IP address on which the game server will be bound
|
||||
BindIP = 0.0.0.0
|
||||
BindIP = 127.0.0.1
|
||||
; Port for web interactions
|
||||
WebPort = 83
|
||||
; Port for game server connections
|
||||
@ -62,7 +62,7 @@ DRLGemu = true
|
||||
; Toggles the NAT functionality
|
||||
Enabled = True
|
||||
; Your public IP address to enable NAT
|
||||
PublicIP = 0.0.0.0
|
||||
PublicIP = 127.0.0.1
|
||||
|
||||
; ==========
|
||||
; Game Modding Configuration
|
||||
|
||||
Loading…
Reference in New Issue
user.block.title