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

Re enabled connector client

parent 80b154b3
Branches
Tags
No related merge requests found
...@@ -52,9 +52,9 @@ ...@@ -52,9 +52,9 @@
<!-- 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>
</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