From edebcb493bf5b7355597c657d347f8913c99cd07 Mon Sep 17 00:00:00 2001 From: Jo Palac Date: Tue, 6 Jun 2023 17:10:20 +1000 Subject: [PATCH] Add Learning Transport Info (#3569) --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index f4faa363ea..ad88fabb86 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,10 @@ Replace `ServiceControl.Audit` with the project name of the instance to set up. The instance will start as usual, execute the setup process, and exit. Remove the `launchSettings.json` file and run/debug the instance normally. +### Run Instances on Learning transport + +To help with local testing, the Learning transport has been added to the list of available transports when setting up a new instance in SCMU. For it to become available, an environment variable `ServiceControl_IncludeLearningTransport` needs to be created with a value of `true`. + ## Secrets Testing using the [CI workflow](/.github/workflows/ci.yml) depends on the following secrets, which must be defined for both Actions and Dependabot secrets. The Particular values for these secrets are stored in the secure note named **ServiceControl Repo Secrets**.