ps/Modules/Alkami.PowerShell.ServiceFabric/ServiceFabricConfigTemplates/Settings.xml
2023-05-30 22:51:22 -07:00

8 lines
381 B
XML

<?xml version='1.0' encoding='utf-8' ?>
<Settings xmlns:xsd='http://www.w3.org/2001/XMLSchema' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xmlns='http://schemas.microsoft.com/2011/01/fabric'>
<!-- Add your custom configuration sections and parameters here -->
<Section Name='MyConfigSection'>
<Parameter Name='RestartToggle' Value='1' />
</Section>
</Settings>