개정판 55bf7ac2
final service 주소를 Web.config에 추가
Change-Id: I81c930fb588043f5059ac4741ed1983b1f167418
KCOM_API/Properties/Settings.Designer.cs | ||
---|---|---|
25 | 25 |
|
26 | 26 |
[global::System.Configuration.ApplicationScopedSettingAttribute()] |
27 | 27 |
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
28 |
[global::System.Configuration.DefaultSettingValueAttribute("http://10.11.252.3/TileSource/{0}_Tile/{1}/{2}/{3}.png")] |
|
28 |
[global::System.Configuration.DefaultSettingValueAttribute("True")] |
|
29 |
public bool IsProjectNoPass { |
|
30 |
get { |
|
31 |
return ((bool)(this["IsProjectNoPass"])); |
|
32 |
} |
|
33 |
} |
|
34 |
|
|
35 |
[global::System.Configuration.ApplicationScopedSettingAttribute()] |
|
36 |
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
37 |
[global::System.Configuration.DefaultSettingValueAttribute("http://192.168.0.67:5977/TileSource/{0}_Tile/{1}/{2}/{3}.png")] |
|
29 | 38 |
public string TileSoucePath { |
30 | 39 |
get { |
31 | 40 |
return ((string)(this["TileSoucePath"])); |
... | ... | |
34 | 43 |
|
35 | 44 |
[global::System.Configuration.ApplicationScopedSettingAttribute()] |
36 | 45 |
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
37 |
[global::System.Configuration.DefaultSettingValueAttribute("http://10.11.252.3/TileSource/{0}_Tile/{1}/{2}/{3}.png")]
|
|
46 |
[global::System.Configuration.DefaultSettingValueAttribute("http://192.168.0.67:5977/TileSource/{0}_Tile/{1}/{2}/{3}.png")]
|
|
38 | 47 |
public string TileSoucePath_SUB { |
39 | 48 |
get { |
40 | 49 |
return ((string)(this["TileSoucePath_SUB"])); |
... | ... | |
43 | 52 |
|
44 | 53 |
[global::System.Configuration.ApplicationScopedSettingAttribute()] |
45 | 54 |
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
46 |
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
47 |
public bool IsProjectNoPass {
|
|
55 |
[global::System.Configuration.DefaultSettingValueAttribute("tcp://localhost:9092/remFinalPDF")]
|
|
56 |
public string FinalService {
|
|
48 | 57 |
get { |
49 |
return ((bool)(this["IsProjectNoPass"]));
|
|
58 |
return ((string)(this["FinalService"]));
|
|
50 | 59 |
} |
51 | 60 |
} |
52 | 61 |
} |
내보내기 Unified diff