Skip to content
Snippets Groups Projects
Commit cced7b0f authored by Paul-Christian Volkmer's avatar Paul-Christian Volkmer
Browse files

Bug #6646: Reenabled connector after db connection is enabled again

parent 4104038d
No related merge requests found
...@@ -54,13 +54,11 @@ ...@@ -54,13 +54,11 @@
<!-- Example of connector client configuration --> <!-- Example of connector client configuration -->
<!-- Uncomment bean definition to activate connector --> <!-- Uncomment bean definition to activate connector -->
<!--
<bean id="connectorClient" scope="singleton" class="de.thm.arsnova.connector.client.ConnectorClientImpl"> <bean id="connectorClient" scope="singleton" class="de.thm.arsnova.connector.client.ConnectorClientImpl">
<property name="serviceLocation" value="${connector.uri}"></property> <property name="serviceLocation" value="${connector.uri}"></property>
<property name="username" value="${connector.username}"></property> <property name="username" value="${connector.username}"></property>
<property name="password" value="${connector.password}"></property> <property name="password" value="${connector.password}"></property>
</bean> </bean>
-->
<http:access-control allow-origin="*" allow-methods="GET" /> <http:access-control allow-origin="*" allow-methods="GET" />
</beans> </beans>
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment