From ef029613d7ef777f09f40dbfa80417440d461e52 Mon Sep 17 00:00:00 2001 From: Matthew Macdonald-Wallace Date: Wed, 21 Aug 2024 08:32:59 +0100 Subject: [PATCH] Add env vars to docs --- docs/POST_INSTALL_STEPS.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/POST_INSTALL_STEPS.md b/docs/POST_INSTALL_STEPS.md index 4369e7d2..35c3a426 100644 --- a/docs/POST_INSTALL_STEPS.md +++ b/docs/POST_INSTALL_STEPS.md @@ -72,7 +72,11 @@ However, as noted below, currencies will use a hardcoded value set by a configur > NOTE: the `SITE_LOCALE_CURRENCY` option is what determines how the currency is displayed. This is "hardcoded" as a > config option to prevent a currency/billing amount being displayed incorrectly. If your locale isn't directly -> supported, please open an issue or check below as your currency may already be supported under a different locale. +> supported, please open an issue or check below as your currency may already be supported under a different locale.o + +> NOTE: If you want to set the *server* timezone and language, export `MM_TIME_ZONE=/` and +> `MM_LANGAUGE_CODE=` before launching the server component. If you do not set these variables, +> the server logs will default to `Australia/Brisbane` as the timezone and `en-au` as the default language. #### Locale Options * `en-AU` - full translation available, currency format `$12.50`.