개정판 19bc11bd
connection url address modify
cloud -> www
KCOM/Properties/Settings.Designer.cs | ||
---|---|---|
12 | 12 |
|
13 | 13 |
|
14 | 14 |
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] |
15 |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "15.5.0.0")]
|
|
15 |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "15.6.0.0")]
|
|
16 | 16 |
internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { |
17 | 17 |
|
18 | 18 |
private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); |
... | ... | |
25 | 25 |
|
26 | 26 |
[global::System.Configuration.UserScopedSettingAttribute()] |
27 | 27 |
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
28 |
[global::System.Configuration.DefaultSettingValueAttribute("http://cloud.devdoftech.co.kr:5978")]
|
|
28 |
[global::System.Configuration.DefaultSettingValueAttribute("http://www.devdoftech.co.kr:5978")]
|
|
29 | 29 |
public string BaseClientAddress { |
30 | 30 |
get { |
31 | 31 |
return ((string)(this["BaseClientAddress"])); |
... | ... | |
38 | 38 |
[global::System.Configuration.ApplicationScopedSettingAttribute()] |
39 | 39 |
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
40 | 40 |
[global::System.Configuration.SpecialSettingAttribute(global::System.Configuration.SpecialSetting.WebServiceUrl)] |
41 |
[global::System.Configuration.DefaultSettingValueAttribute("http://cloud.devdoftech.co.kr:5977/ImageUpload/FileUpload.asmx")]
|
|
41 |
[global::System.Configuration.DefaultSettingValueAttribute("http://www.devdoftech.co.kr:5977/ImageUpload/FileUpload.asmx")]
|
|
42 | 42 |
public string KCOM_kr_co_devdoftech_cloud_FileUpload { |
43 | 43 |
get { |
44 | 44 |
return ((string)(this["KCOM_kr_co_devdoftech_cloud_FileUpload"])); |
... | ... | |
48 | 48 |
[global::System.Configuration.ApplicationScopedSettingAttribute()] |
49 | 49 |
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
50 | 50 |
[global::System.Configuration.SpecialSettingAttribute(global::System.Configuration.SpecialSetting.WebServiceUrl)] |
51 |
[global::System.Configuration.DefaultSettingValueAttribute("http://cloud.devdoftech.co.kr:5977/Get_FInalImage/Get_PdfImage.asmx")]
|
|
51 |
[global::System.Configuration.DefaultSettingValueAttribute("http://www.devdoftech.co.kr:5977/Get_FInalImage/Get_PdfImage.asmx")]
|
|
52 | 52 |
public string KCOM_Get_FinalImage_Get_PdfImage { |
53 | 53 |
get { |
54 | 54 |
return ((string)(this["KCOM_Get_FinalImage_Get_PdfImage"])); |
... | ... | |
57 | 57 |
|
58 | 58 |
[global::System.Configuration.ApplicationScopedSettingAttribute()] |
59 | 59 |
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
60 |
[global::System.Configuration.DefaultSettingValueAttribute("http://cloud.devdoftech.co.kr:5977/TileSource/{0}_Tile/{1}/{2}/{3}.png")]
|
|
60 |
[global::System.Configuration.DefaultSettingValueAttribute("http://www.devdoftech.co.kr:5977/TileSource/{0}_Tile/{1}/{2}/{3}.png")]
|
|
61 | 61 |
public string mainServerImageWebPath { |
62 | 62 |
get { |
63 | 63 |
return ((string)(this["mainServerImageWebPath"])); |
... | ... | |
66 | 66 |
|
67 | 67 |
[global::System.Configuration.ApplicationScopedSettingAttribute()] |
68 | 68 |
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
69 |
[global::System.Configuration.DefaultSettingValueAttribute("http://cloud.devdoftech.co.kr:5977/TileSource/{0}_Tile/{1}/{2}/{3}.png")]
|
|
69 |
[global::System.Configuration.DefaultSettingValueAttribute("http://www.devdoftech.co.kr:5977/TileSource/{0}_Tile/{1}/{2}/{3}.png")]
|
|
70 | 70 |
public string subServerImageWebPath { |
71 | 71 |
get { |
72 | 72 |
return ((string)(this["subServerImageWebPath"])); |
... | ... | |
75 | 75 |
|
76 | 76 |
[global::System.Configuration.ApplicationScopedSettingAttribute()] |
77 | 77 |
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
78 |
[global::System.Configuration.DefaultSettingValueAttribute("http://cloud.devdoftech.co.kr:5977/TileSource/Check_Test/CheckList_T.xlsx")]
|
|
78 |
[global::System.Configuration.DefaultSettingValueAttribute("http://www.devdoftech.co.kr:5977/TileSource/Check_Test/CheckList_T.xlsx")]
|
|
79 | 79 |
public string excelFilePath { |
80 | 80 |
get { |
81 | 81 |
return ((string)(this["excelFilePath"])); |
... | ... | |
93 | 93 |
|
94 | 94 |
[global::System.Configuration.UserScopedSettingAttribute()] |
95 | 95 |
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
96 |
[global::System.Configuration.DefaultSettingValueAttribute("http://cloud.devdoftech.co.kr:5100/")]
|
|
96 |
[global::System.Configuration.DefaultSettingValueAttribute("http://www.devdoftech.co.kr:5100/")]
|
|
97 | 97 |
public string HubAddress { |
98 | 98 |
get { |
99 | 99 |
return ((string)(this["HubAddress"])); |
KCOM/Properties/Settings.settings | ||
---|---|---|
3 | 3 |
<Profiles /> |
4 | 4 |
<Settings> |
5 | 5 |
<Setting Name="BaseClientAddress" Type="System.String" Scope="User"> |
6 |
<Value Profile="(Default)">http://cloud.devdoftech.co.kr:5978</Value>
|
|
6 |
<Value Profile="(Default)">http://www.devdoftech.co.kr:5978</Value>
|
|
7 | 7 |
</Setting> |
8 | 8 |
<Setting Name="KCOM_kr_co_devdoftech_cloud_FileUpload" Type="(Web Service URL)" Scope="Application"> |
9 |
<Value Profile="(Default)">http://cloud.devdoftech.co.kr:5977/ImageUpload/FileUpload.asmx</Value>
|
|
9 |
<Value Profile="(Default)">http://www.devdoftech.co.kr:5977/ImageUpload/FileUpload.asmx</Value>
|
|
10 | 10 |
</Setting> |
11 | 11 |
<Setting Name="KCOM_Get_FinalImage_Get_PdfImage" Type="(Web Service URL)" Scope="Application"> |
12 |
<Value Profile="(Default)">http://cloud.devdoftech.co.kr:5977/Get_FInalImage/Get_PdfImage.asmx</Value>
|
|
12 |
<Value Profile="(Default)">http://www.devdoftech.co.kr:5977/Get_FInalImage/Get_PdfImage.asmx</Value>
|
|
13 | 13 |
</Setting> |
14 | 14 |
<Setting Name="mainServerImageWebPath" Type="System.String" Scope="Application"> |
15 |
<Value Profile="(Default)">http://cloud.devdoftech.co.kr:5977/TileSource/{0}_Tile/{1}/{2}/{3}.png</Value>
|
|
15 |
<Value Profile="(Default)">http://www.devdoftech.co.kr:5977/TileSource/{0}_Tile/{1}/{2}/{3}.png</Value>
|
|
16 | 16 |
</Setting> |
17 | 17 |
<Setting Name="subServerImageWebPath" Type="System.String" Scope="Application"> |
18 |
<Value Profile="(Default)">http://cloud.devdoftech.co.kr:5977/TileSource/{0}_Tile/{1}/{2}/{3}.png</Value>
|
|
18 |
<Value Profile="(Default)">http://www.devdoftech.co.kr:5977/TileSource/{0}_Tile/{1}/{2}/{3}.png</Value>
|
|
19 | 19 |
</Setting> |
20 | 20 |
<Setting Name="excelFilePath" Type="System.String" Scope="Application"> |
21 |
<Value Profile="(Default)">http://cloud.devdoftech.co.kr:5977/TileSource/Check_Test/CheckList_T.xlsx</Value>
|
|
21 |
<Value Profile="(Default)">http://www.devdoftech.co.kr:5977/TileSource/Check_Test/CheckList_T.xlsx</Value>
|
|
22 | 22 |
</Setting> |
23 | 23 |
<Setting Name="STATUS_DISCRIPTION" Type="System.String" Scope="Application"> |
24 | 24 |
<Value Profile="(Default)">Vendor확인완료;Vendor적용완료;프로젝트 종료</Value> |
25 | 25 |
</Setting> |
26 | 26 |
<Setting Name="HubAddress" Type="System.String" Scope="User"> |
27 |
<Value Profile="(Default)">http://cloud.devdoftech.co.kr:5100/</Value>
|
|
27 |
<Value Profile="(Default)">http://www.devdoftech.co.kr:5100/</Value>
|
|
28 | 28 |
</Setting> |
29 | 29 |
</Settings> |
30 | 30 |
</SettingsFile> |
내보내기 Unified diff