Config

Explanations for all config values.

Debug

Debug should only be used for development and tracing issues. As a server owner you can ignore this value, unless told otherwise. Enabling debugging will allow transparency, printing the values you are using, and what might have went wrong. Example:

debug = false

Language

The language translations to use throughout all of our resources. Example:

language = "en"

Locale String

When translating values such as numbers and timestamps there are various approaches based on your language. Enter your language code in here for accurate translations throughout our resources. https://en.wikipedia.org/wiki/IETF_language_tag#List_of_common_primary_language_subtags Example:

localeString = "en"

Last updated

Was this helpful?