From d0a601d0bbfefd7a5b8bc340d6702d32b204c224 Mon Sep 17 00:00:00 2001 From: Antonio Cheong Date: Sat, 13 Dec 2025 14:24:15 +0000 Subject: [PATCH] print services requires accounts url (#240) Fixes: ``` Error: Missing config for attributes: AccountsUrl at /usr/src/app/bundle.js:536360:11 at Object. (/usr/src/app/bundle.js:536363:3) at Module._compile (node:internal/modules/cjs/loader:1562:14) at Object..js (node:internal/modules/cjs/loader:1699:10) at Module.load (node:internal/modules/cjs/loader:1313:32) at Function._load (node:internal/modules/cjs/loader:1123:12) at TracingChannel.traceSync (node:diagnostics_channel:322:14) at wrapModuleLoad (node:internal/modules/cjs/loader:217:24) at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:170:5) at node:internal/main/run_main_module:36:49 ``` Signed-off-by: Antonio Cheong --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2222a3e..62fefd1 100644 --- a/README.md +++ b/README.md @@ -445,6 +445,7 @@ Note that the `LIVEKIT_HOST` should include the protocol (`wss://` by default if - STORAGE_CONFIG=minio|minio?accessKey=minioadmin&secretKey=minioadmin - STATS_URL=http://stats:4900 - SECRET=${SECRET} + - ACCOUNTS_URL=http://account:3000 restart: unless-stopped networks: - huly_net