Commit d257c9ee2235bf191c4b3a86e9936e1ea821e11d

Authored by Amrita Vishnoi
1 parent 6ff55073

Set false to isAuthentikcated attribute in qa branch

400-SOURCECODE/AIAHTML5.API/Web.config
... ... @@ -39,7 +39,7 @@
39 39 <add key="EnableSSL" value="false" />
40 40 <add key="Site_Url" value ="http://qa.beta.interactiveanatomy.com/"/>
41 41 <add key ="HostAddress" value="10.100.12.13" />
42   - <add key="isUserAuthenticated" value="true"/>
  42 + <add key="isUserAuthenticated" value="false"/>
43 43 <add key="AdminSupport" value="amrita.vishnoi@ebix.com,nikita.kulshreshtha@ebix.com"/>
44 44 </appSettings>
45 45 <system.web>
... ...