drasl/example/config-example.toml
2023-09-04 16:53:51 -04:00

16 lines
301 B
TOML

# Drasl default config file
# Example: drasl.example.com
Domain = ""
# Example: https://drasl.example.com
BaseURL = ""
# List of usernames who automatically become admins of the Drasl instance
DefaultAdmins = [""]
[RegistrationNewPlayer]
Allow = true
AllowChoosingUUID = true
RequireInvite = true