Skip to content

Commit

Permalink
Update config.toml
Browse files Browse the repository at this point in the history
Signed-off-by: David Fernández Aldana <luskaner@users.noreply.github.com>
  • Loading branch information
luskaner authored Nov 17, 2024
1 parent e4c347c commit b865dea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/resources/config/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ LogToConsole = false
# are using Custom Launchers and they are sharing incorrectly the same Platform User Id.
GeneratePlatformUserId = false

# Games that the server will accept. Currently, "age1" (AoE DE), "age2" (AoE II DE) and "age3" (AoE III DE) are supported.
# Games that the server will accept. "age1" (AoE DE), "age2" (AoE II DE) and "age3" (AoE III DE) are supported.
Games = ['age1', 'age2', 'age3']

[Announcement]
Expand All @@ -22,4 +22,4 @@ Broadcast = true
Port = 31978
# Multicast group to announce to (IPv4 only).
# If changed, the launchers will need to specify the address in Server.AnnounceMulticastGroups to receive multicasts.
MulticastGroup = '239.31.97.8'
MulticastGroup = '239.31.97.8'

0 comments on commit b865dea

Please sign in to comment.