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

123456789101112131415
  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="true"/> <!--버전 업데이트 체크 유무-->
  11. <add key="UIPluginAssembly" value="CLIP.e-Form.Consent.UI.dll"/>
  12. <add key="UIPluginClass" value="CLIP.eForm.Consent.UI.ConsentMainControl"/>
  13. <add key="UIPluginUpdateUrl" value="https://ema031.knuh.kr:9091/Deploy.aspx"/>
  14. </appSettings>
  15. </configuration>