Commit da3025f73b3698bf6d96ca586b59b4bf1bbb156c

Authored by Amrita Vishnoi
1 parent 5d566074

SQL password changed

.gitignore
... ... @@ -39,4 +39,6 @@ $tf*/
39 39 400-SOURCECODE/AIAHTML5.API/bin/AIAHTML5.API.dll
40 40 400-SOURCECODE/AIAHTML5.API/bin/AIAHTML5.API.pdb
41 41  
42   -400-SOURCECODE/AIAHTML5.Web/app/views/da/da-view.html.orig
43 42 \ No newline at end of file
  43 +400-SOURCECODE/AIAHTML5.Web/app/views/da/da-view.html.orig
  44 +400-SOURCECODE/.vs/config/applicationhost.config
  45 +400-SOURCECODE/.vs/config/applicationhost.config
44 46 \ No newline at end of file
... ...
400-SOURCECODE/AIAHTML5.API/Web.config
... ... @@ -40,7 +40,7 @@
40 40 <add key="Site_Url" value ="http://qa.beta.interactiveanatomy.com/"/>
41 41 <add key ="HostAddress" value="10.100.12.13" />
42 42 <add key="AdminSupport" value="amrita.vishnoi@ebix.com,nikita.kulshreshtha@ebix.com"/>
43   - <add key ="AIADatabaseV5Context" value="Data Source=192.168.90.53;Initial Catalog=AIADatabaseV5;User ID=AIA_Dev;Password=india12;"/>
  43 + <add key ="AIADatabaseV5Context" value="Data Source=192.168.90.53;Initial Catalog=AIADatabaseV5;User ID=AIA_Dev;Password=india123;"/>
44 44 <add key ="LogoPath" value="~/content/images/logo.png"/>
45 45 <add key ="UnblockUserEmailTemplate" value="~/Templates/unblock-User.html"/>
46 46 <add key ="ForgotPasswordEmailTemplate" value="~/Templates/forgot-Password.html"/>
... ...