Toggle navigation
Toggle navigation
This project
Loading...
Sign in
tao.mo
/
DMSSSO
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
tao.mo
2020-11-18 14:33:22 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
652183c93a498f9997a1b86680f017c3dcff6470
652183c9
1 parent
1aa4ca6e
代码提交
mt 2020年11月18日14:33:20
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
5 deletions
DMSSSOUpgrade/DMSSSOUpgrade.csproj
DMSSSOUpgrade/app.config
DMSSSOUpgrade/DMSSSOUpgrade.csproj
View file @
652183c
...
...
@@ -68,7 +68,9 @@
<DependentUpon>Resources.resx</DependentUpon>
<DesignTime>True</DesignTime>
</Compile>
<None Include="app.config" />
<None Include="app.config">
<SubType>Designer</SubType>
</None>
<None Include="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
...
...
DMSSSOUpgrade/app.config
View file @
652183c
...
...
@@ -13,7 +13,7 @@
<!--<
add
key
=
"ServerPath"
value
=
"\\192.168.0.225\agentUpgrade"
/>-->
<
add
key
=
"UpdateFile"
/>
<
add
key
=
"UpdateStrategy"
/>
<
add
key
=
"FilePath"
value
=
"D:\
DMSSSO
"
/>
<
add
key
=
"FilePath"
value
=
"D:\
TNT DMS
"
/>
</
appSettings
>
<
startup
>
<
supportedRuntime
version
=
"v2.0.50727"
/>
...
...
@@ -21,10 +21,10 @@
<
applicationSettings
>
<
DMSSSOUpgrade
.
Properties
.
Settings
>
<
setting
name
=
"DMSSSOUpgrade_DMSSSOService_SSOServices"
serializeAs
=
"String"
>
<!--<
value
>
http
://
www
.
erry
.
com
:
38090
/
axis2
/
services
/
SSOServices
?
wsdl
</
value
>-->
<!--
Demo
-->
<
value
>
http
://
164
.
39
.
68
.
247
/
dms_demo
/
services
/
SSOServices
?
wsdl
</
value
>
<!--<
value
>
http
://
164
.
39
.
68
.
58
:
8080
/
dms
/
services
/
SSOServices
?
wsdl
</
value
>-->
<!--
Demo
-->
<!--<
value
>
http
://
webserver2
.
cx
.
tnt
.
com
/
dms_sso_prod
/
services
/
SSOServices
?
wsdl
</
value
>-->
<!--<
value
>
http
://
164
.
39
.
68
.
247
/
dms_demo
/
services
/
SSOServices
?
wsdl
</
value
>-->
</
setting
>
</
DMSSSOUpgrade
.
Properties
.
Settings
>
</
applicationSettings
>
...
...
Please
register
or
login
to post a comment