Commit 7d6f8fb70460fa4a21a1bd82e9618ca577ded26c
1 parent
a9c3a499
web.config attribute change
Showing
1 changed file
with
1 additions
and
1 deletions
400-SOURCECODE/AIAHTML5.API/Web.config
... | ... | @@ -39,7 +39,7 @@ |
39 | 39 | <add key="EnableSSL" value="false" /> |
40 | 40 | <add key="Site_Url" value ="//52.2.38.120"/> |
41 | 41 | <add key ="HostAddress" value="10.100.12.13" /> |
42 | - <add key="isUserAuthenticated" value="false | |
42 | + <add key="isUserAuthenticated" value="false"/> | |
43 | 43 | </appSettings> |
44 | 44 | <system.web> |
45 | 45 | <compilation debug="true" targetFramework="4.5" /> | ... | ... |