Config
Explanations for all config values.
Last updated
Explanations for all config values.
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
The language translations to use throughout all of our resources. Example:
language = "en"
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