Added crypto key into scheduler service config
This commit is contained in:
parent
38c8ac1199
commit
9a10d75492
3 changed files with 31 additions and 4 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue