diff --git a/doc/development.md b/doc/development.md index 44c6ee6050..0551efbe5c 100644 --- a/doc/development.md +++ b/doc/development.md @@ -35,7 +35,7 @@ To debug the code, it is recommended to use [Visual Studio Code](https://code.vi "program": "cmd/livepeer_cli", "buildFlags": "-ldflags=-extldflags=-lm", // Fix missing symbol error. "args": [ - // "--http=8935", // Uncomment for Orch CLI. + // "--http=7935", // Uncomment for Orch CLI. "--http=5935" // Uncomment for Gateway CLI. ] }, @@ -210,7 +210,7 @@ To debug the code, it is recommended to use [Visual Studio Code](https://code.vi "program": "cmd/livepeer_cli", "buildFlags": "-ldflags=-extldflags=-lm", // Fix missing symbol error. "args": [ - // "--http=8935", // Uncomment for Orch CLI. + // "--http=7935", // Uncomment for Orch CLI. "--http=5935" // Uncomment for Gateway CLI. ] }, @@ -288,6 +288,7 @@ To debug the code, it is recommended to use [Visual Studio Code](https://code.vi "args": [ "-orchestrator", "-aiWorker", + "-aiServiceRegistry", "-serviceAddr=0.0.0.0:8935", "-v=6", "-nvidia=all", @@ -310,6 +311,7 @@ To debug the code, it is recommended to use [Visual Studio Code](https://code.vi "args": [ "-orchestrator", "-orchSecret=orchSecret", + "-aiServiceRegistry", "-serviceAddr=0.0.0.0:8935", "-v=6", "-network=arbitrum-one-mainnet", @@ -346,6 +348,7 @@ To debug the code, it is recommended to use [Visual Studio Code](https://code.vi "buildFlags": "-tags=mainnet,experimental -ldflags=-extldflags=-lm", // Fix missing symbol error and enable mainnet. "args": [ "-gateway", + "-aiServiceRegistry", "-transcodingOptions=${env:HOME}/.lpData/offchain/transcodingOptions.json", "-orchAddr=0.0.0.0:8935", "-httpAddr=0.0.0.0:9935",