From cfeff376edc8dd9abd21ad4be3d65585b0a2607b Mon Sep 17 00:00:00 2001 From: Hayden <64056131+hay-kot@users.noreply.github.com> Date: Thu, 18 Jan 2024 13:38:15 -0600 Subject: [PATCH] add env config for currencies --- docs/docs/quick-start.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/docs/quick-start.md b/docs/docs/quick-start.md index 8fa4e4d..2443966 100644 --- a/docs/docs/quick-start.md +++ b/docs/docs/quick-start.md @@ -61,6 +61,7 @@ volumes: | HBOX_WEB_HOST | | host to run the web server on, if you're using docker do not change this | | HBOX_OPTIONS_ALLOW_REGISTRATION | true | allow users to register themselves | | HBOX_OPTIONS_AUTO_INCREMENT_ASSET_ID | true | auto increments the asset_id field for new items | +| HBOX_OPTIONS_CURRENCY_CONFIG | | json configuration file containing additional currencie | | HBOX_WEB_MAX_UPLOAD_SIZE | 10 | maximum file upload size supported in MB | | HBOX_WEB_READ_TIMEOUT | 10 | Read timeout of HTTP sever | | HBOX_WEB_WRITE_TIMEOUT | 10 | Write timeout of HTTP server | @@ -104,6 +105,7 @@ volumes: --debug-port/$HBOX_DEBUG_PORT (default: 4000) --options-allow-registration/$HBOX_OPTIONS_ALLOW_REGISTRATION (default: true) --options-auto-increment-asset-id/$HBOX_OPTIONS_AUTO_INCREMENT_ASSET_ID (default: true) + --options-currency-config/$HBOX_OPTIONS_CURRENCY_CONFIG --help/-h display this help message ```