2024-07-07 11:41:21 +02:00
|
|
|
import Config
|
|
|
|
|
|
|
|
config :amethyst,
|
2024-07-08 17:59:44 +02:00
|
|
|
port: 25599, # Bogus port for testing, avoids unexpected conflicts
|
2024-07-09 14:18:48 +02:00
|
|
|
encryption: false, # Whether or not to request encryption from clients.
|
|
|
|
auth: false # Whether or not users should be authenticated with Mojang.
|