Skip to content

Commit

Permalink
Add env vars to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
proffalken committed Aug 21, 2024
1 parent 999df5c commit ef02961
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/POST_INSTALL_STEPS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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=<your area>/<your country>` and
> `MM_LANGAUGE_CODE=<your-language-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`.
Expand Down

0 comments on commit ef02961

Please sign in to comment.