Added crypto key into scheduler service config

This commit is contained in:
vfedosevich 2013-05-17 11:42:49 +03:00
parent 38c8ac1199
commit 9a10d75492
3 changed files with 31 additions and 4 deletions

View file

@ -6,4 +6,10 @@
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/>
</startup>
<appSettings>
<!-- Encryption util settings -->
<add key="WebsitePanel.CryptoKey" value="0123456789"/>
<!-- A1D4KDHUE83NKHddF -->
<add key="WebsitePanel.EncryptionEnabled" value="true" />
</appSettings>
</configuration>