aboutsummaryrefslogtreecommitdiff
path: root/server/config
AgeCommit message (Collapse)Author
2016-04-23Refactor to use an io.Reader for easier testingNiall Sheridan
2016-04-21Just make ProviderOpts a map[string]string.Niall Sheridan
I have no idea why I made it a map[string]interface{} and it's a pain to deal with.
2016-04-21Some small fixes.Niall Sheridan
Rename 'GoogleOpts' to 'ProviderOpts'. Rename Principals to AdditionalPrincipals to match the config option.
2016-04-21use correct config parameterNiall Sheridan
2016-04-18Initial commitNiall Sheridan