CLIP.e-Form.Consent.WinAgent.exe.config 707 B

12345678910111213141516
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <configuration>
  3. <configSections>
  4. </configSections>
  5. <startup>
  6. <supportedRuntime version="v2.0.50727"/>
  7. </startup>
  8. <appSettings>
  9. <add key="RunAsDev" value="false"/> <!--agent 실행 모드-->
  10. <add key="CheckUpdateVersion" value="false"/> <!--버전 업데이트 체크 유무-->
  11. <add key="UIPluginAssembly" value="CLIP.e-Form.Consent.Dfh.UI.dll"/>
  12. <add key="UIPluginClass" value="CLIP.eForm.Consent.Dfh.UI.ConsentMainControl"/>
  13. <add key="UIPluginUpdateUrl" value="http://localhost/DfhConsent/Deploy.aspx"/>
  14. <!--<add key="UIPluginUpdateUrl" value="http://consent.fatima.or.kr/Deploy.aspx"/>-->
  15. </appSettings>
  16. </configuration>