jhorsman
10/17/2018 - 8:37 AM

UDP service configuration in Web.config

UDP service configuration in Web.config

<add key="discovery-service-uri" value="http://hostname:8082/discovery.svc" />
<add key="model-service-uri" value="http://hostname:8998" />

<add key="oauth-enabled" value="true" />
<add key="oauth-client-id" value="username" />
<add key="oauth-client-secret" value="password" />