Skip to content

Commit

Permalink
CB-12 Add ExecutorService Uri env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
izzat5233 committed Jan 13, 2025
1 parent d6b0ab8 commit 5527f6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ChatbotBuilderApi/appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@
"ContainerName": "${AZURE_BLOB_STORAGE_CONTAINER_NAME}"
},
"ExecutorService": {
"Uri": "http://chatbot-builder-executor:50051"
"Uri": "${EXECUTOR_GRPC_ADDRESS}"
}
}

0 comments on commit 5527f6e

Please sign in to comment.