markus / KCOM / app.config @ 9a1ce1db
이력 | 보기 | 이력해설 | 다운로드 (5.8 KB)
1 | 787a4489 | KangIngu | <?xml version="1.0" encoding="utf-8"?> |
---|---|---|---|
2 | <configuration> |
||
3 | <configSections> |
||
4 | <sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> |
||
5 | <section name="KCOM.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false" /> |
||
6 | </sectionGroup> |
||
7 | <sectionGroup name="applicationSettings" type="System.Configuration.ApplicationSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> |
||
8 | <section name="KCOM.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" /> |
||
9 | </sectionGroup> |
||
10 | <!-- For more information on Entity Framework configuration, visit http://go.microsoft.com/fwlink/?LinkID=237468 --> |
||
11 | <section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=4.3.1.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" /> |
||
12 | </configSections> |
||
13 | <runtime> |
||
14 | <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> |
||
15 | <dependentAssembly> |
||
16 | <assemblyIdentity name="System.Runtime" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" /> |
||
17 | <bindingRedirect oldVersion="0.0.0.0-2.6.10.0" newVersion="2.6.10.0" /> |
||
18 | </dependentAssembly> |
||
19 | <dependentAssembly> |
||
20 | <assemblyIdentity name="System.Threading.Tasks" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" /> |
||
21 | <bindingRedirect oldVersion="0.0.0.0-2.6.10.0" newVersion="2.6.10.0" /> |
||
22 | </dependentAssembly> |
||
23 | <dependentAssembly> |
||
24 | <assemblyIdentity name="System.Net.Http" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" /> |
||
25 | <bindingRedirect oldVersion="0.0.0.0-2.2.29.0" newVersion="2.2.29.0" /> |
||
26 | </dependentAssembly> |
||
27 | <dependentAssembly> |
||
28 | <assemblyIdentity name="Telerik.Windows.Controls" publicKeyToken="5803cfa389c90ce7" culture="neutral" /> |
||
29 | <bindingRedirect oldVersion="0.0.0.0-2017.3.1018.40" newVersion="2017.3.1018.40" /> |
||
30 | </dependentAssembly> |
||
31 | <dependentAssembly> |
||
32 | <assemblyIdentity name="Telerik.Windows.Data" publicKeyToken="5803cfa389c90ce7" culture="neutral" /> |
||
33 | <bindingRedirect oldVersion="0.0.0.0-2017.3.913.40" newVersion="2017.3.913.40" /> |
||
34 | </dependentAssembly> |
||
35 | <dependentAssembly> |
||
36 | <assemblyIdentity name="Telerik.Windows.Controls.Input" publicKeyToken="5803cfa389c90ce7" culture="neutral" /> |
||
37 | <bindingRedirect oldVersion="0.0.0.0-2017.3.913.40" newVersion="2017.3.913.40" /> |
||
38 | </dependentAssembly> |
||
39 | 992a98b4 | KangIngu | <dependentAssembly> |
40 | <assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" /> |
||
41 | <bindingRedirect oldVersion="0.0.0.0-10.0.0.0" newVersion="10.0.0.0" /> |
||
42 | </dependentAssembly> |
||
43 | 787a4489 | KangIngu | </assemblyBinding> |
44 | </runtime> |
||
45 | <userSettings> |
||
46 | <KCOM.Properties.Settings> |
||
47 | <setting name="BaseClientAddress" serializeAs="String"> |
||
48 | 9a1ce1db | KangIngu | <value>http://localhost:13009</value> |
49 | </setting> |
||
50 | <setting name="HubAddress" serializeAs="String"> |
||
51 | <value>http://cloud.devdoftech.co.kr:5100/</value> |
||
52 | 787a4489 | KangIngu | </setting> |
53 | </KCOM.Properties.Settings> |
||
54 | </userSettings> |
||
55 | <system.serviceModel> |
||
56 | <!--<bindings> |
||
57 | <basicHttpBinding> |
||
58 | <binding name="DeepViewPoint" /> |
||
59 | </basicHttpBinding> |
||
60 | </bindings> |
||
61 | <client> |
||
62 | <endpoint address="http://localhost:13009/ServiceDeepView.svc" |
||
63 | binding="basicHttpBinding" bindingConfiguration="DeepViewPoint" |
||
64 | contract="ServiceDeepView.ServiceDeepView" name="DeepViewPoint" /> |
||
65 | </client>--> |
||
66 | <bindings> |
||
67 | <basicHttpBinding> |
||
68 | 992a98b4 | KangIngu | <binding name="DeepViewPoint" closeTimeout="00:30:00" openTimeout="00:30:00" receiveTimeout="00:30:00" sendTimeout="00:30:00" maxReceivedMessageSize="2147483647" /> |
69 | 787a4489 | KangIngu | </basicHttpBinding> |
70 | </bindings> |
||
71 | <client> |
||
72 | 992a98b4 | KangIngu | <endpoint address="http://localhost:13009/ServiceDeepView.svc" binding="basicHttpBinding" bindingConfiguration="DeepViewPoint" contract="ServiceDeepView.ServiceDeepView" name="DeepViewPoint" /> |
73 | 787a4489 | KangIngu | </client> |
74 | </system.serviceModel> |
||
75 | <startup> |
||
76 | <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0" /> |
||
77 | </startup> |
||
78 | <applicationSettings> |
||
79 | <KCOM.Properties.Settings> |
||
80 | <setting name="KCOM_kr_co_devdoftech_cloud_FileUpload" serializeAs="String"> |
||
81 | <value>http://cloud.devdoftech.co.kr:5977/ImageUpload/FileUpload.asmx</value> |
||
82 | </setting> |
||
83 | <setting name="KCOM_Get_FinalImage_Get_PdfImage" serializeAs="String"> |
||
84 | <value>http://cloud.devdoftech.co.kr:5977/Get_FInalImage/Get_PdfImage.asmx</value> |
||
85 | </setting> |
||
86 | 992a98b4 | KangIngu | <setting name="mainServerImageWebPath" serializeAs="String"> |
87 | <value>http://cloud.devdoftech.co.kr:5977/TileSource/{0}_Tile/{1}/{2}/{3}.png</value> |
||
88 | </setting> |
||
89 | a874198d | humkyung | <setting name="subServerImageWebPath" serializeAs="String"> |
90 | <value>http://cloud.devdoftech.co.kr:5977/TileSource/{0}_Tile/{1}/{2}/{3}.png</value> |
||
91 | </setting> |
||
92 | <setting name="excelFilePath" serializeAs="String"> |
||
93 | <value>http://cloud.devdoftech.co.kr:5977/TileSource/Check_Test/CheckList_T.xlsx</value> |
||
94 | </setting> |
||
95 | 8e2743a3 | humkyung | <setting name="STATUS_DISCRIPTION" serializeAs="String"> |
96 | <value>Vendor확인완료;Vendor적용완료;프로젝트 종료</value> |
||
97 | </setting> |
||
98 | 787a4489 | KangIngu | </KCOM.Properties.Settings> |
99 | </applicationSettings> |
||
100 | <entityFramework> |
||
101 | <defaultConnectionFactory type="System.Data.Entity.Infrastructure.SqlConnectionFactory, EntityFramework"> |
||
102 | <parameters> |
||
103 | <parameter value="Data Source=.\SQLEXPRESS; Integrated Security=True; MultipleActiveResultSets=True" /> |
||
104 | </parameters> |
||
105 | </defaultConnectionFactory> |
||
106 | </entityFramework> |
||
107 | </configuration> |