Skip to content
Snippets Groups Projects
Commit 4fb86dc7 authored by Christoph Thelen's avatar Christoph Thelen
Browse files

Re-activate connector client

parent 98ec470a
No related merge requests found
......@@ -47,11 +47,11 @@
<!-- Example of connector client configuration -->
<!-- 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="username" value="${connector.username}"></property>
<property name="password" value="${connector.password}"></property>
</bean -->
</bean>
<http:access-control allow-origin="*" allow-methods="GET" />
</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