Commit 6dc422dc9197c51b3733bcd25ab1ac6bbac4c2cc
1 parent
7ab9aefb
commit mongo db Ip related changes
Showing
2 changed files
with
3 additions
and
3 deletions
400-SOURCECODE/AIAHTML5.API/AIAHTML5.API.csproj
@@ -14,7 +14,7 @@ | @@ -14,7 +14,7 @@ | ||
14 | <RootNamespace>AIAHTML5.API</RootNamespace> | 14 | <RootNamespace>AIAHTML5.API</RootNamespace> |
15 | <AssemblyName>AIAHTML5.API</AssemblyName> | 15 | <AssemblyName>AIAHTML5.API</AssemblyName> |
16 | <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> | 16 | <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> |
17 | - <UseIISExpress>false</UseIISExpress> | 17 | + <UseIISExpress>true</UseIISExpress> |
18 | <IISExpressSSLPort /> | 18 | <IISExpressSSLPort /> |
19 | <IISExpressAnonymousAuthentication /> | 19 | <IISExpressAnonymousAuthentication /> |
20 | <IISExpressWindowsAuthentication /> | 20 | <IISExpressWindowsAuthentication /> |
@@ -144,7 +144,7 @@ | @@ -144,7 +144,7 @@ | ||
144 | <AutoAssignPort>True</AutoAssignPort> | 144 | <AutoAssignPort>True</AutoAssignPort> |
145 | <DevelopmentServerPort>63874</DevelopmentServerPort> | 145 | <DevelopmentServerPort>63874</DevelopmentServerPort> |
146 | <DevelopmentServerVPath>/</DevelopmentServerVPath> | 146 | <DevelopmentServerVPath>/</DevelopmentServerVPath> |
147 | - <IISUrl>http://localhost:85/AIA/API</IISUrl> | 147 | + <IISUrl>http://localhost:63874/</IISUrl> |
148 | <NTLMAuthentication>False</NTLMAuthentication> | 148 | <NTLMAuthentication>False</NTLMAuthentication> |
149 | <UseCustomServer>False</UseCustomServer> | 149 | <UseCustomServer>False</UseCustomServer> |
150 | <CustomServerUrl>http://182.19.10.91/AIAHTML5</CustomServerUrl> | 150 | <CustomServerUrl>http://182.19.10.91/AIAHTML5</CustomServerUrl> |
400-SOURCECODE/AIAHTML5.API/Web.config
@@ -40,7 +40,7 @@ | @@ -40,7 +40,7 @@ | ||
40 | <applicationSettings> | 40 | <applicationSettings> |
41 | <AIAHTML5.API.Properties.Settings> | 41 | <AIAHTML5.API.Properties.Settings> |
42 | <setting name="AIAConnectionString" serializeAs="String"> | 42 | <setting name="AIAConnectionString" serializeAs="String"> |
43 | - <value>localhost:27017</value> | 43 | + <value>192.168.90.157:27017</value> |
44 | </setting> | 44 | </setting> |
45 | <setting name="database" serializeAs="String"> | 45 | <setting name="database" serializeAs="String"> |
46 | <value>AIA</value> | 46 | <value>AIA</value> |