From 20ca993bfd85a7b745c15e5180980eb26f1d8c46 Mon Sep 17 00:00:00 2001 From: toshski <104477758+toshski@users.noreply.github.com> Date: Fri, 5 Apr 2024 22:43:23 +1300 Subject: [PATCH] Fix Readme file command params and Env Variable List (#1692) --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c3b2b701e..bd4c2f7c7 100644 --- a/README.md +++ b/README.md @@ -149,5 +149,6 @@ esc - closes details pane | `--myfiles_dir` | XBVR_MYFILESDIR | String| path to the myfiles directory for serving users own content (eg images| | `--databaseurl` | DATABASE_URL | String|override default database path| | `--web_port` | XBVR_WEB_PORT | Int| override default Web Page port 9999| -| `--ws_addr` | DB_CONNECTION_POOL_SIZE | String| override default Websocket address from the default 0.0.0.0:9998| +| `--ws_addr` | XBVR_WS_ADDR | String| override default Websocket address from the default 0.0.0.0:9998| +| `--db_connection_pool_size` | DB_CONNECTION_POOL_SIZE | Int| sets the connection pool size for mariadb databases| | `--concurrent_scrapers` | CONCURRENT_SCRAPERS | String| set the number of scrapers that run concurrently default 9999|