Skip to content

Instantly share code, notes, and snippets.

@icoxfog417
Created April 17, 2014 05:15
Show Gist options
  • Save icoxfog417/10954505 to your computer and use it in GitHub Desktop.
Save icoxfog417/10954505 to your computer and use it in GitHub Desktop.
kintoneDotNet config Sample
<?xml version="1.0"?>
<configuration xmlns:xdt="http://schemas.microsoft.com/XML-Document-Transform">
<appSettings>
<add key="ktDomain" value="" xdt:Transform="Replace" xdt:Locator="Match(key)"/>
<add key="ktAccessId" value="" xdt:Transform="Replace" xdt:Locator="Match(key)"/>
<add key="ktAccessPassword" value="" xdt:Transform="Replace" xdt:Locator="Match(key)"/>
<add key="ktLoginId" value="" xdt:Transform="Replace" xdt:Locator="Match(key)"/>
<add key="ktLoginPassword" value="" xdt:Transform="Replace" xdt:Locator="Match(key)"/>
<add key="proxy" value="" xdt:Transform="Replace" xdt:Locator="Match(key)"/>
<add key="proxyUser" value="" xdt:Transform="Replace" xdt:Locator="Match(key)"/>
<add key="proxyPassword" value="" xdt:Transform="Replace" xdt:Locator="Match(key)"/>
<add key="testAppId" value="" xdt:Transform="Replace" xdt:Locator="Match(key)"/>
</appSettings>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0" />
</startup>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment