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

Activate connector bean

parent 298a111f
No related merge requests found
......@@ -45,11 +45,9 @@
<!-- Example of connector client configuration -->
<!-- Uncomment bean definition to activate connector -->
<!--
<bean id="connectorClient" scope="singleton" class="de.thm.arsnova.connector.client.ConnectorClientImpl">
<property name="serviceLocation" value="${connector.uri}"></property>
<property name="username" value="${connector.username}"></property>
<property name="password" value="${connector.password}"></property>
</bean>
-->
</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