print services requires accounts url (#240)

Fixes:
```
Error: Missing config for attributes: AccountsUrl
    at /usr/src/app/bundle.js:536360:11
    at Object.<anonymous> (/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 <acheong@duti.dev>
This commit is contained in:
Antonio Cheong
2025-12-13 21:24:15 +07:00
committed by GitHub
parent 69039c902f
commit d0a601d0bb
+1
View File
@@ -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