Basic Parameters
See Basic Configuration for the following basic parameters:
Required
- VERSIUM_PARAMS
- BASE_URL
- TOKEN_SALT
Optional
- PASSWORD_SALT
- DOMAIN
- SITE_TITLE
- MAIN_COLOR
- BODY_BG_COLOR
Additional Parameters
URLs
- HOME_PAGE - the default page (defaults to "index").
- HOME_PAGE_URL
- NICE_URL - set this if you want to get better URLs with URL-rewriting
- LOGO_URL - a URL of the site logo
- FAVICON_URL
Spam / Authentication
- NUM_HONEYPOTS_IN_FORMS - more honeypots = more fun
- POST_TOKEN_TIMEOUT - time in minutes before the edit form expires
- CAPTCHA_MODULE and CAPTCHA_PARAMS - see Captcha
- AUTH_MODULE and AUTH_MODULE_PARAMS - see Authentication
- REQUIRE_EMAIL_ACTIVATION
- CONFIRMATION_ADDRESS_FROM
- USERNAME_RULES
- PASSWORD_RULES
- TERMSOFSERVICE
SMTP
(Set if you want to require email activation.)
- SMTP_SERVER
- SMTP_SERVER_PORT
- SMTP_USER
- SMTP_PASSWORD
Misc Frequent
- MAX_ITEMS_IN_HISTORY - max number of items to show in history
- USE_GRAVATAR - set to "true" to activate Gravatar
Timezone
- TIME_ZONE
- TIME_ZONE_NAME
Search
- SEARCH_PAGE
- SEARCH_CONTENT
Cache
- CACHE_MODULE - ask on the list
- APP_STORAGE_CACHE_MODULE and APP_CACHE_PARAMS- ask on the list
Prototypes
- ROOT_PROTOTYPE - the node that serves as the default prototype (defaults to "@Root").
- PROTOTYPE_PATTERNS - ask on the list
Node ids
- CONFIG_PAGE_NAME - the configuration node (defaults to sputnik/config).
- PASS_PAGE_NAME - the passwords node (defaults to "sputnik/passwords")
- DEFAULT_NAVIGATION_BAR - the navigation configuration page (defaults to "sputnik/navigation")
- HISTORY_PAGE - the history page (defaults to "history")
Logging
- LOGGER - set to a lualogging submodule (e.g. "file") to enable logging
- LOGGER_PARAMS - logger specific parameters
Etc.
- VERSIUM_STORAGE_MODULE and VERSIUM_PARAMS - see Storage
- MARKUP_MODULE - see Markup
- DIRIFY_FN - a function that converts node names into "safe" ids (e.g., "More Parameters" to "More_Parameters"). Set to another function if you want.
- INTERFACE_LANGUAGE - set to a code for the available translation (e.g. to "ru" or "pt_BR")
- ROCK_LIST_FOR_VERSION - a list of modules for which the version will be displayed (under "sputnik/version", only to Admin).