init
This commit is contained in:
commit
e124a47765
19374 changed files with 9806149 additions and 0 deletions
24
Tools/Build/Web.Debug.config
Normal file
24
Tools/Build/Web.Debug.config
Normal file
|
@ -0,0 +1,24 @@
|
|||
<?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>
|
Loading…
Add table
Add a link
Reference in a new issue