Skip to content

Commit b882944

Browse files
Update README.md (#4678)
1 parent be4fa66 commit b882944

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ ServiceControl, ServiceControl.Audit, and ServiceControl.Monitoring can be run/d
1010

1111
- Edit the `app.config` file of the instance type that needs to be run/debugged to select which transport and persistence to use.
1212
- The configuration file contains commented settings for each supported transport and persistence. It also provides some guidance on additional required settings for specific persisters.
13+
- ServiceControl works with a RavenDB persistence
14+
- ServiceControl.Audit can work with RavenDB or an InMemory persistence
1315
- Run or debug the project as usual
1416

1517
A video demo showing how to set it up is available on the Particular YouTube channel:
@@ -27,10 +29,6 @@ It's also possible to [locally test containers built from PRs in GitHub Containe
2729
If the instance is executed for the first time, it must set up the required infrastructure. To do so, once the instance is configured to use the selected transport and persister, run it in setup mode. This can be done by using the `Setup {instance name}` launch profile that is defined in
2830
the `launchSettings.json` file of each instance. When started in setup mode, the instance will start as usual, execute the setup process, and exit. At this point the instance can be run normally by using the non-setup launch profile.
2931

30-
### Run Instances on Learning transport
31-
32-
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`.
33-
3432
## Secrets
3533

3634
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**.
@@ -83,4 +81,4 @@ Steps:
8381
-ErrorQueue errormq `
8482
-ErrorRetentionPeriod 10:00:00:00 `
8583
-Acknowledgements RabbitMQBrokerVersion310
86-
```
84+
```

0 commit comments

Comments
 (0)