Created
April 1, 2016 11:36
-
-
Save bodyakov/65f25171cf3a2b8d1b43a213e1801f8b to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
п»ї<?xml version="1.0" encoding="utf-8"?> | |
<chocolatey xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | |
<cacheLocation /> | |
<containsLegacyPackageInstalls>true</containsLegacyPackageInstalls> | |
<commandExecutionTimeoutSeconds>2700</commandExecutionTimeoutSeconds> | |
<sources> | |
<source id="stable" value="http://<url>:8888/stable" disabled="false" /> | |
<source id="chocolatey" value="https://chocolatey.org/api/v2/" disabled="true" /> | |
</sources> | |
<features> | |
<feature name="checksumFiles" enabled="true" setExplicitly="false" /> | |
<feature name="autoUninstaller" enabled="false" setExplicitly="false" /> | |
<feature name="allowGlobalConfirmation" enabled="false" setExplicitly="false" /> | |
<feature name="failOnAutoUninstaller" enabled="false" setExplicitly="false" /> | |
</features> | |
<apiKeys /> | |
</chocolatey> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment