aboutsummaryrefslogtreecommitdiff
path: root/server/config/testdata/config.go
AgeCommit message (Collapse)Author
2017-01-25Switch to scl, an extension of hclNiall Sheridan
2016-10-17Unmarshal the config using mapstructure directly.Niall Sheridan
Avoid unmarshalling into an intermediate struct. Better tests.