Skip to content
This repository has been archived by the owner on May 4, 2022. It is now read-only.

Commit

Permalink
add in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
timlevett committed Sep 20, 2016
1 parent 80b1f12 commit 59bb51f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/markdown/configuration.md
Expand Up @@ -49,6 +49,7 @@ If you have questions please ask the MyUW team.
+ `kvURL` : This is the key value service. The key value service is a way to store information in a key/value store. The store should support GET and PUT on the same URL, where the URL includes the key. If you want this but not sure where to start, we wrote [a microservice called KeyValueStore](https://github.com/UW-Madison-DoIT/KeyValueStore) that you can use. You can also use the MyUW version under the storage context, but please contact MyUW devs before using for your application.
+ `groupURL` : This is a service which you can use to get group information. Currently this only used for notifications. See [this](https://github.com/UW-Madison-DoIT/uw-frame/blob/master/uw-frame-components/staticFeeds/groups.json) for an example.
+ `loginSilentURL` : See `APP_FLAGS.loginOnLoad` for usage.
+ `portalLayoutRestEndpoint` : If set and you change your skin in beta settings, it will also set the skin in uPortal. e.g.: `'/portal/api/layout'`

#### NAMES
+ `title` : Your application's name
Expand Down

0 comments on commit 59bb51f

Please sign in to comment.