8 lines
323 B
Elixir
8 lines
323 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.
|
|
default_game: Example.Game # Which game new players should be sent to
|