- <?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="false"/> <!--버전 업데이트 체크 유무-->
- <add key="UIPluginAssembly" value="CLIP.e-Form.Consent.Dfh.UI.dll"/>
- <add key="UIPluginClass" value="CLIP.eForm.Consent.Dfh.UI.ConsentMainControl"/>
- <add key="UIPluginUpdateUrl" value="http://localhost/DfhConsent/Deploy.aspx"/>
- <!--<add key="UIPluginUpdateUrl" value="http://consent.fatima.or.kr/Deploy.aspx"/>-->
- </appSettings>
- </configuration>
|