Commit 3e20379078659efc76c514894746d5aa5fd41337
1 parent
035c7d9f
added aws connection string for sql
Showing
1 changed file
with
3 additions
and
1 deletions
400-SOURCECODE/AIAHTML5.API/Web.config
... | ... | @@ -41,7 +41,9 @@ |
41 | 41 | <add key ="HostAddress" value="10.100.12.13" /> |
42 | 42 | <add key="isUserAuthenticated" value="false"/> |
43 | 43 | <add key="AdminSupport" value="amrita.vishnoi@ebix.com,nikita.kulshreshtha@ebix.com"/> |
44 | - <add key ="AIADatabaseV5Context" value="Data Source=192.168.90.53;Initial Catalog=AIADatabaseV5;User ID=AIA_Dev;Password=india123;"/> | |
44 | + <!--<add key ="AIADatabaseV5Context" value="Data Source=192.168.90.53;Initial Catalog=AIADatabaseV5;User ID=AIA_Dev;Password=india123;"/>--> | |
45 | + <add key ="AIADatabaseV5Context" value="Data Source=52.6.248.70;Initial Catalog=AIADatabase;User ID=amrita;Password=Ebix@2017;"/> | |
46 | + | |
45 | 47 | </appSettings> |
46 | 48 | <system.web> |
47 | 49 | <compilation debug="true" targetFramework="4.5" /> | ... | ... |