amethyst/config/runtime.exs

9 lines
432 B
Elixir
Raw Permalink Normal View History

import Config
config :amethyst,
2024-07-08 17:59:44 +02:00
port: 25599, # Bogus port for testing, avoids unexpected conflicts
encryption: true, # Whether or not to request encryption from clients.
2024-08-28 14:52:13 +02:00
auth: false, # Whether or not users should be authenticated with Mojang.
2024-10-06 15:49:55 +02:00
compression: 256, # Packets larger than this amount are sent compressed. Set to nil to disable compression.
2024-08-28 14:52:13 +02:00
default_game: Example.Game # Which game new players should be sent to