개정판 02d33d78
top menu icon , connection url modify
KCOM/app.config | ||
---|---|---|
45 | 45 |
<userSettings> |
46 | 46 |
<KCOM.Properties.Settings> |
47 | 47 |
<setting name="BaseClientAddress" serializeAs="String"> |
48 |
<value>http://cloud.devdoftech.co.kr:5978</value>
|
|
48 |
<value>http://www.devdoftech.co.kr:5978</value>
|
|
49 | 49 |
</setting> |
50 | 50 |
<setting name="HubAddress" serializeAs="String"> |
51 |
<value>http://cloud.devdoftech.co.kr:5100/</value>
|
|
51 |
<value>http://www.devdoftech.co.kr:5100/</value>
|
|
52 | 52 |
</setting> |
53 | 53 |
</KCOM.Properties.Settings> |
54 | 54 |
</userSettings> |
... | ... | |
65 | 65 |
</client>--> |
66 | 66 |
<bindings> |
67 | 67 |
<basicHttpBinding> |
68 |
<binding name="DeepViewPoint" closeTimeout="00:30:00" openTimeout="00:30:00" receiveTimeout="00:30:00" sendTimeout="00:30:00" maxReceivedMessageSize="2147483647" /> |
|
68 |
<binding name="DeepViewPoint" closeTimeout="00:30:00" openTimeout="00:30:00" |
|
69 |
receiveTimeout="00:30:00" sendTimeout="00:30:00" maxReceivedMessageSize="2147483647" /> |
|
69 | 70 |
</basicHttpBinding> |
70 | 71 |
</bindings> |
71 | 72 |
<client> |
72 |
<endpoint address="http://localhost:13009/ServiceDeepView.svc" binding="basicHttpBinding" bindingConfiguration="DeepViewPoint" contract="ServiceDeepView.ServiceDeepView" name="DeepViewPoint" /> |
|
73 |
<endpoint address="http://localhost:13009/ServiceDeepView.svc" |
|
74 |
binding="basicHttpBinding" bindingConfiguration="DeepViewPoint" |
|
75 |
contract="ServiceDeepView.ServiceDeepView" name="DeepViewPoint" /> |
|
73 | 76 |
</client> |
74 | 77 |
</system.serviceModel> |
75 | 78 |
<startup> |
... | ... | |
78 | 81 |
<applicationSettings> |
79 | 82 |
<KCOM.Properties.Settings> |
80 | 83 |
<setting name="KCOM_kr_co_devdoftech_cloud_FileUpload" serializeAs="String"> |
81 |
<value>http://cloud.devdoftech.co.kr:5977/ImageUpload/FileUpload.asmx</value>
|
|
84 |
<value>http://www.devdoftech.co.kr:5977/ImageUpload/FileUpload.asmx</value>
|
|
82 | 85 |
</setting> |
83 | 86 |
<setting name="KCOM_Get_FinalImage_Get_PdfImage" serializeAs="String"> |
84 |
<value>http://cloud.devdoftech.co.kr:5977/Get_FInalImage/Get_PdfImage.asmx</value>
|
|
87 |
<value>http://www.devdoftech.co.kr:5977/Get_FInalImage/Get_PdfImage.asmx</value>
|
|
85 | 88 |
</setting> |
86 | 89 |
<setting name="mainServerImageWebPath" serializeAs="String"> |
87 |
<value>http://cloud.devdoftech.co.kr:5977/TileSource/{0}_Tile/{1}/{2}/{3}.png</value>
|
|
90 |
<value>http://www.devdoftech.co.kr:5977/TileSource/{0}_Tile/{1}/{2}/{3}.png</value>
|
|
88 | 91 |
</setting> |
89 | 92 |
<setting name="subServerImageWebPath" serializeAs="String"> |
90 |
<value>http://cloud.devdoftech.co.kr:5977/TileSource/{0}_Tile/{1}/{2}/{3}.png</value>
|
|
93 |
<value>http://www.devdoftech.co.kr:5977/TileSource/{0}_Tile/{1}/{2}/{3}.png</value>
|
|
91 | 94 |
</setting> |
92 | 95 |
<setting name="excelFilePath" serializeAs="String"> |
93 |
<value>http://cloud.devdoftech.co.kr:5977/TileSource/Check_Test/CheckList_T.xlsx</value>
|
|
96 |
<value>http://www.devdoftech.co.kr:5977/TileSource/Check_Test/CheckList_T.xlsx</value>
|
|
94 | 97 |
</setting> |
95 | 98 |
<setting name="STATUS_DISCRIPTION" serializeAs="String"> |
96 | 99 |
<value>Vendor확인완료;Vendor적용완료;프로젝트 종료</value> |
내보내기 Unified diff