Skip to content

Commit d10e163

Browse files
committed
Write files to tmp path
1 parent ce683c3 commit d10e163

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/ServiceControl.Audit/App.config

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ These settings are only here so that we can debug ServiceControl while developin
88
<add key="ServiceControl.Audit/ServiceControlQueueAddress" value="Particular.ServiceControl" />
99
<add key="ServiceControl.Audit/HostName" value="localhost" />
1010
<add key="ServiceControl.Audit/DatabaseMaintenancePort" value="44445" />
11+
<add key="ServiceControl.Audit/LogPath" value="/tmp/sc_audit/logs" />
12+
<add key="ServiceControl.Audit/DBPath" value="/tmp/sc_audit/db" />
1113

1214
<!-- DEVS - Pick a transport to run Auditing instance on -->
1315
<add key="ServiceControl.Audit/TransportType" value="LearningTransport" />

0 commit comments

Comments
 (0)