Skip to content

Instantly share code, notes, and snippets.

@jhorsman
Created October 17, 2018 08:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jhorsman/28c08ebf131775fc8e0a2f204e250640 to your computer and use it in GitHub Desktop.
Save jhorsman/28c08ebf131775fc8e0a2f204e250640 to your computer and use it in GitHub Desktop.
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" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment