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 | 14 | <RootNamespace>AIAHTML5.API</RootNamespace> |
15 | 15 | <AssemblyName>AIAHTML5.API</AssemblyName> |
16 | 16 | <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> |
17 | - <UseIISExpress>false</UseIISExpress> | |
17 | + <UseIISExpress>true</UseIISExpress> | |
18 | 18 | <IISExpressSSLPort /> |
19 | 19 | <IISExpressAnonymousAuthentication /> |
20 | 20 | <IISExpressWindowsAuthentication /> |
... | ... | @@ -144,7 +144,7 @@ |
144 | 144 | <AutoAssignPort>True</AutoAssignPort> |
145 | 145 | <DevelopmentServerPort>63874</DevelopmentServerPort> |
146 | 146 | <DevelopmentServerVPath>/</DevelopmentServerVPath> |
147 | - <IISUrl>http://localhost:85/AIA/API</IISUrl> | |
147 | + <IISUrl>http://localhost:63874/</IISUrl> | |
148 | 148 | <NTLMAuthentication>False</NTLMAuthentication> |
149 | 149 | <UseCustomServer>False</UseCustomServer> |
150 | 150 | <CustomServerUrl>http://182.19.10.91/AIAHTML5</CustomServerUrl> | ... | ... |
400-SOURCECODE/AIAHTML5.API/Web.config
... | ... | @@ -40,7 +40,7 @@ |
40 | 40 | <applicationSettings> |
41 | 41 | <AIAHTML5.API.Properties.Settings> |
42 | 42 | <setting name="AIAConnectionString" serializeAs="String"> |
43 | - <value>localhost:27017</value> | |
43 | + <value>192.168.90.157:27017</value> | |
44 | 44 | </setting> |
45 | 45 | <setting name="database" serializeAs="String"> |
46 | 46 | <value>AIA</value> | ... | ... |