Skip to content

Commit

Permalink
FO 3.1.15 RTW
Browse files Browse the repository at this point in the history
  • Loading branch information
Charles Torre committed Jul 13, 2021
1 parent 2d4065d commit be367d1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions FabricObserverApp/ApplicationPackageRoot/ApplicationManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
<Parameter Name="AppObserverResourceUsageDataCapacity" DefaultValue="" />
<!-- Configuration file name. -->
<Parameter Name="AppObserverConfigurationFile" DefaultValue="AppObserver.config.json" />
<!-- Process family tree monitoring. -->
<!-- Process family tree monitoring. -->
<Parameter Name="AppObserverEnableChildProcessMonitoring" DefaultValue="true" />
<Parameter Name="AppObserverMaxChildProcTelemetryDataCount" DefaultValue="5" />
<!-- CertificateObserver-->
Expand Down Expand Up @@ -265,9 +265,9 @@
</Settings>
</ConfigOverride>
</ConfigOverrides>
<Policies>
<!--<Policies>
<RunAsPolicy CodePackageRef="Code" UserRef="SystemUser" />
</Policies>
</Policies>-->
</ServiceManifestImport>
<DefaultServices>
<!-- The section below creates instances of service types, when an instance of this
Expand All @@ -280,9 +280,9 @@
</StatelessService>
</Service>
</DefaultServices>
<Principals>
<!--<Principals>
<Users>
<User Name="SystemUser" AccountType="LocalSystem" />
</Users>
</Principals>
</Principals>-->
</ApplicationManifest>

0 comments on commit be367d1

Please sign in to comment.