Skip to content

Commit ce683c3

Browse files
committed
Enable RavenDB storage
1 parent b882944 commit ce683c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ServiceControl.Audit/App.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ These settings are only here so that we can debug ServiceControl while developin
2020
<!--<add key="ServiceControl.Audit/TransportType" value="SQLServer" />-->
2121

2222
<!-- DEVS - Pick a persistence to run Auditing instance on. -->
23-
<add key="ServiceControl.Audit/PersistenceType" value="InMemory" />
24-
<!--<add key="ServiceControl.Audit/PersistenceType" value="RavenDB" />-->
23+
<!-- <add key="ServiceControl.Audit/PersistenceType" value="InMemory" /> -->
24+
<add key="ServiceControl.Audit/PersistenceType" value="RavenDB" />
2525
</appSettings>
2626
<connectionStrings>
2727
<!-- DEVS - Pick a transport connection string to match chosen transport above -->

0 commit comments

Comments
 (0)