amethyst/config/runtime.exs
Kodi Craft 9291af2bc8
All checks were successful
Build & Test / nix-build (push) Successful in 1m7s
Disable encryption for now
2024-07-09 14:18:48 +02:00

7 lines
250 B
Elixir

import Config
config :amethyst,
port: 25599, # Bogus port for testing, avoids unexpected conflicts
encryption: false, # Whether or not to request encryption from clients.
auth: false # Whether or not users should be authenticated with Mojang.