Created
February 10, 2020 18:57
-
-
Save alphabraga/16449c5b7d7019e5963fdd3ff45400c7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ml version="1.0" encoding="utf-8"?> | |
<configuration> | |
<appSettings> | |
<add key="JobServer3Camadas" value="true" /> | |
<add key="Host" value="172.10.1.2" /> | |
<add key="Port" value="8050" /> | |
<add key="UpdateServer" value="172.10.1.2:8050"/> | |
<add key="EnableCompression" value="false" /> | |
<add key="FileServerPath" value="\\SRV-TOTVS\totvs-storage" /> | |
<add key="ActionsPath" value="C:\totvs\CorporeRM\RM.Net;C:\totvs\CorporeRM\Corpore.Net\Bin" /> | |
<add key="LibPath" value="C:\totvs\CorporeRM\RM.Net" /> | |
<add key="EnableDynamicLocalization" value="false" /> | |
<add key="EnableCompression" value="false" /> | |
<add key="LocalizationLanguage" value="pt-BR" /> | |
</appSettings> | |
<runtime> | |
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6" /> | |
<generatePublisherEvidence enabled="false" /> | |
<loadFromRemoteSources enabled="false" /> | |
</runtime> | |
</configuration> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment