- <?xml version="1.0" encoding="utf-8"?>
- <configuration>
- <configSections>
- </configSections>
- <startup>
- <supportedRuntime version="v2.0.50727"/>
- </startup>
- <appSettings>
- <add key="RunAsDev" value="false"/> <!--agent 실행 모드-->
- <add key="CheckUpdateVersion" value="true"/> <!--버전 업데이트 체크 유무-->
- <add key="UIPluginAssembly" value="CLIP.e-Form.Consent.UI.dll"/>
- <add key="UIPluginClass" value="CLIP.eForm.Consent.UI.ConsentMainControl"/>
- <add key="UIPluginUpdateUrl" value="https://ema031.knuh.kr:9091/Deploy.aspx"/>
- </appSettings>
- </configuration>
|