amethyst/config/runtime.exs
Kodi Craft c26fc23a33
All checks were successful
Build & Test / nix-build (push) Successful in 1m29s
Begin attempting to implement encryption
2024-10-04 16:02:57 +02:00

8 lines
322 B
Elixir

import Config
config :amethyst,
port: 25599, # Bogus port for testing, avoids unexpected conflicts
encryption: true, # Whether or not to request encryption from clients.
auth: false, # Whether or not users should be authenticated with Mojang.
default_game: Example.Game # Which game new players should be sent to