Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion config.lua.dist
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ expFromPlayersLevelRange = 75
-- NOTE: maxPlayers set to 0 means no limit
-- NOTE: allowWalkthrough is only applicable to players
-- NOTE: two-factor auth requires token and timestamp in session key
ip = "127.0.0.1"
ip = "0.0.0.0"
bindOnlyGlobalAddress = false
loginProtocolPort = 7171
gameProtocolPort = 7172
Expand Down
Loading