개정판 058a4c0d
issue #00000 Rest Download 추가
Change-Id: I322952f8ed13c2f38b773359286109fe1c5f8b03
FinalService/KCOM_FinalService/ConnectionStrEncrypt/Program.cs | ||
---|---|---|
23 | 23 |
|
24 | 24 |
if (args == null || args?.Count() == 0) |
25 | 25 |
{ |
26 |
args = new[] { "-en", "data source=10.10.130.11,14950;database=markus;user id=doftech;password=gasadmin1!" };
|
|
26 |
args = new[] { "-en", "data source=211.38.140.182;database=markus;user id=doftech;password=etecenc09!$" };
|
|
27 | 27 |
//args = new[] { "-en", "data source=210.94.128.101;database=markus;user id=doftech;password=xpdhtm!1" }; |
28 | 28 |
//args = new[] { "-en", "data source=10.11.142.77;database=markus;user id=doftech;password=dof1073#" }; |
29 | 29 |
} |
KCOM/Views/MainMenu.xaml.cs | ||
---|---|---|
525 | 525 |
instnaceFile = System.IO.Path.Combine(System.IO.Path.GetTempPath(), "MARKUS", System.IO.Path.GetRandomFileName().Split('.')[0] + ".pdf"); |
526 | 526 |
|
527 | 527 |
var directUri = CommonLib.Common.GetConfigString("DocumentDownloadPath", "url", ""); |
528 |
bool isRestDownload = false; |
|
528 |
|
|
529 |
bool isRestDownload = Convert.ToBoolean(CommonLib.Common.GetConfigString("DocumentDownloadPath", "IsRest", "False")); |
|
530 |
|
|
529 | 531 |
|
530 | 532 |
if (!string.IsNullOrWhiteSpace(directUri)) |
531 | 533 |
{ |
532 |
if (directUri == "FULL")
|
|
534 |
if (directUri.ToLower() == "full")
|
|
533 | 535 |
{ |
534 | 536 |
downloadurl = this._DocInfo.ORIGINAL_FILE; |
535 | 537 |
} |
KCOM_API/Properties/Settings.Designer.cs | ||
---|---|---|
70 | 70 |
|
71 | 71 |
[global::System.Configuration.ApplicationScopedSettingAttribute()] |
72 | 72 |
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
73 |
[global::System.Configuration.DefaultSettingValueAttribute("tcp://localhost:9092/remFinalPDF")]
|
|
73 |
[global::System.Configuration.DefaultSettingValueAttribute("tcp://localhost:7707/remFinalPDF")]
|
|
74 | 74 |
public string FinalService { |
75 | 75 |
get { |
76 | 76 |
return ((string)(this["FinalService"])); |
KCOM_API/Properties/Settings.settings | ||
---|---|---|
18 | 18 |
<Value Profile="(Default)">https://localhost:44301/TileSource/{0}_Tile/{1}/{2}/{3}.png</Value> |
19 | 19 |
</Setting> |
20 | 20 |
<Setting Name="FinalService" Type="System.String" Scope="Application"> |
21 |
<Value Profile="(Default)">tcp://localhost:9092/remFinalPDF</Value>
|
|
21 |
<Value Profile="(Default)">tcp://localhost:7707/remFinalPDF</Value>
|
|
22 | 22 |
</Setting> |
23 | 23 |
</Settings> |
24 | 24 |
</SettingsFile> |
KCOM_API/Web.Debug.config | ||
---|---|---|
10 | 10 |
</connectionStrings> |
11 | 11 |
<applicationSettings xdt:Transform="Replace"> |
12 | 12 |
<KCOM_API.Properties.Settings> |
13 |
<setting name="CovnertService" serializeAs="String"> |
|
14 |
<value>http://localhost:9101/StationService</value> |
|
15 |
</setting> |
|
13 | 16 |
<setting name="TileSoucePath" serializeAs="String"> |
14 | 17 |
<value>https://localhost:44301/TileSource/{0}_Tile/{1}/{2}/{3}.png</value> |
15 | 18 |
</setting> |
KCOM_API/Web.config | ||
---|---|---|
10 | 10 |
<section name="KCOM_API.Properties.Settings" |
11 | 11 |
type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false"/> |
12 | 12 |
</sectionGroup> |
13 |
|
|
13 | 14 |
</configSections> |
15 |
|
|
14 | 16 |
<!--<system.diagnostics> |
15 | 17 |
<sources> |
16 | 18 |
<source name="System.ServiceModel.MessageLogging" switchValue="자세히,ActivityTracing"> |
... | ... | |
181 | 183 |
</system.net> |
182 | 184 |
<applicationSettings> |
183 | 185 |
<KCOM_API.Properties.Settings> |
186 |
<setting name="CovnertService" serializeAs="String"> |
|
187 |
<value>http://localhost:9101/StationService</value> |
|
188 |
</setting> |
|
184 | 189 |
<setting name="TileSoucePath" serializeAs="String"> |
185 | 190 |
<value>https://localhost:44301/TileSource/{0}_Tile/{1}/{2}/{3}.png</value> |
186 | 191 |
</setting> |
MarkusAutoUpdate/src/NetSparkle.Samples.NetFramework.WPF/MARKUS.ini | ||
---|---|---|
1 | 1 |
#DIG Project |
2 |
https://211.38.140.184:10443/ServiceDeepView.svc
|
|
2 |
https://markus.sgcenc.co.kr/ServiceDeepView.svc
|
|
3 | 3 |
[Internal] |
4 |
IP=211.38.140.184:10443
|
|
4 |
IP=markus.sgcenc.co.kr
|
|
5 | 5 |
[External] |
6 |
IP=211.38.140.184:10443
|
|
6 |
IP=markus.sgcenc.co.kr
|
|
7 | 7 |
[BaseClientAddress] |
8 |
URL=https://211.38.140.184:10443
|
|
8 |
URL=https://markus.sgcenc.co.kr
|
|
9 | 9 |
[HubAddress] |
10 |
URL=https://211.38.140.184:10443/
|
|
10 |
URL=https://markus.sgcenc.co.kr/
|
|
11 | 11 |
[UpdateVer64] |
12 |
URL=https://211.38.140.184:10443/TileSource/Version/version_x64.xml
|
|
12 |
URL=https://markus.sgcenc.co.kr/TileSource/Version/version_x64.xml
|
|
13 | 13 |
[UpdateVer86] |
14 |
URL=https://211.38.140.184:10443/TileSource/Version/version_x86.xml
|
|
14 |
URL=https://markus.sgcenc.co.kr/TileSource/Version/version_x86.xml
|
|
15 | 15 |
[excelFilePath] |
16 |
URL=https://211.38.140.184:10443/TileSource/Check_Test/CheckList_T.xlsx
|
|
16 |
URL=https://markus.sgcenc.co.kr/TileSource/Check_Test/CheckList_T.xlsx
|
|
17 | 17 |
[KCOM_Get_FinalImage_Get_PdfImage] |
18 |
URL=https://211.38.140.184:10443/Get_FInalImage/Get_PdfImage.asmx
|
|
18 |
URL=https://markus.sgcenc.co.kr/Get_FInalImage/Get_PdfImage.asmx
|
|
19 | 19 |
[KCOM_kr_co_devdoftech_cloud_FileUpload] |
20 |
URL=https://211.38.140.184:10443/ImageUpload/FileUpload.asmx
|
|
20 |
URL=https://markus.sgcenc.co.kr/ImageUpload/FileUpload.asmx
|
|
21 | 21 |
[mainServerImageWebPath] |
22 |
URL=https://211.38.140.184:10443/TileSource/{0}_Tile/{1}/{2}/{3}.png
|
|
22 |
URL=https://markus.sgcenc.co.kr/TileSource/{0}_Tile/{1}/{2}/{3}.png
|
|
23 | 23 |
[subServerImageWebPath] |
24 |
URL=https://211.38.140.184:10443/TileSource/{0}_Tile/{1}/{2}/{3}.png
|
|
24 |
URL=https://markus.sgcenc.co.kr/TileSource/{0}_Tile/{1}/{2}/{3}.png
|
|
25 | 25 |
[Debug_BaseClientAddress] |
26 |
URL=https://211.38.140.184:10443
|
|
26 |
URL=https://markus.sgcenc.co.kr
|
|
27 | 27 |
[HOST_DOMAIN] |
28 | 28 |
DOMAIN= |
29 | 29 |
[GetConversionStateFailed] |
... | ... | |
45 | 45 |
|
46 | 46 |
[DocumentDownloadPath] |
47 | 47 |
url=FULL |
48 |
IsRest=True |
MarkusAutoUpdate/src/NetSparkle.Samples.NetFramework.WPF/Markus.AppUpdate.ini | ||
---|---|---|
4 | 4 |
DOMAIN= |
5 | 5 |
|
6 | 6 |
[APP_CAST] |
7 |
URI = https://211.38.140.184:10443/MarkusUpdate/appcast.xml
|
|
7 |
URI = https://markus.sgcenc.co.kr/MarkusUpdate/appcast.xml
|
|
8 | 8 |
|
9 | 9 |
[VERSION] |
10 | 10 |
VERSION=1.0.0 |
내보내기 Unified diff