removed provider tenant domain and user from the web.xml

This commit is contained in:
ayyoob 2017-01-05 17:57:04 +05:30
parent c15234c371
commit fddf834ee7

View File

@ -34,9 +34,5 @@
<param-name>managed-api-enabled</param-name>
<param-value>true</param-value>
</context-param>
<context-param>
<param-name>managed-api-owner</param-name>
<param-value>admin</param-value>
</context-param>
</web-app>