7 lines
250 B
Elixir
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.
|