24 lines
No EOL
1.1 KiB
XML
24 lines
No EOL
1.1 KiB
XML
<?xml version="1.0"?>
|
|
|
|
<!-- For more information on using web.config transformation visit http://go.microsoft.com/fwlink/?LinkId=125889 -->
|
|
|
|
<configuration xmlns:xdt="http://schemas.microsoft.com/XML-Document-Transform">
|
|
|
|
<ServerConfig>
|
|
<config>
|
|
<server>
|
|
<dbconnection xdt:Transform="Replace">Data Source=kretalocal;User ID=kreta;Password=Porcica1.;Initial Catalog=Kreta;Connection Timeout=3000;</dbconnection>
|
|
<tesztintezmenyazonosito xdt:Transform="Insert">biatorbagyi</tesztintezmenyazonosito>
|
|
</server>
|
|
</config>
|
|
</ServerConfig>
|
|
|
|
<connectionStrings>
|
|
<add name="HangfireConnectionString" connectionString="Data Source=kretalocal;User ID=kreta;Password=Porcica1.;Initial Catalog=Kreta;" xdt:Transform="SetAttributes" xdt:Locator="Match(name)"/>
|
|
</connectionStrings>
|
|
<appSettings>
|
|
<add key="ReCaptchaPublicKey" value="6LeIxAcTAAAAAJcZVRqyHh71UMIEGNQ_MXjiZKhI" xdt:Locator="Match(key)" xdt:Transform="Replace" />
|
|
<add key="ReCaptchaPrivateKey" value="6LeIxAcTAAAAAGG-vFI1TnRWxMZNFuojJ4WifJWe" xdt:Locator="Match(key)" xdt:Transform="Replace" />
|
|
</appSettings>
|
|
|
|
</configuration> |