Skip to content

Instantly share code, notes, and snippets.

@lynx44
Created May 26, 2020 23:58
Show Gist options
  • Save lynx44/e4706b0634f366729159376bbad6f13e to your computer and use it in GitHub Desktop.
Save lynx44/e4706b0634f366729159376bbad6f13e to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8" ?>
<configuration xmlns:xdt="http://schemas.microsoft.com/XML-Document-Transform">
<connectionStrings xdt:Transform="Replace">
<add name="JobBoardDbConnection" connectionString="Server=tcp:yyy.database.windows.net,1433;Database=yyy;User ID=yyy@yyy;Password=yyy;Encrypt=True;TrustServerCertificate=False;Connection Timeout=300;" providerName="System.Data.SqlClient" />
</connectionStrings>
<appSettings>
<add key="Environment" value="staging" xdt:Transform="Replace" xdt:Locator="Match(key)" />
<add key="IndeedApplyPostUrl" value="https://yyyy" xdt:Transform="Replace" xdt:Locator="Match(key)" />
</appSettings>
<system.net>
<mailSettings>
<smtp from="yyy@yyy.com" deliveryMethod="SpecifiedPickupDirectory" xdt:Transform="Replace">
<specifiedPickupDirectory pickupDirectoryLocation="D:\yyy\yyy\yyy\yyy\yyy"/>
</smtp>
</mailSettings>
</system.net>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment