summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorJakob Borg <jakob@nym.se>2014-06-04 22:00:55 +0200
committerJakob Borg <jakob@nym.se>2014-06-04 22:00:55 +0200
commit20a018db2e4add32c400cfced3ec6d23e98f95e5 (patch)
tree847d9bab7ffbaed1876b090b348c0af2703f8d76 /config
parent80c2b32b92be3d9dff93e40ecba29aa47411b9b8 (diff)
Implement API keys
Diffstat (limited to 'config')
-rw-r--r--config/config.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/config.go b/config/config.go
index d4f64f5c15..865bf5c54e 100644
--- a/config/config.go
+++ b/config/config.go
@@ -123,6 +123,7 @@ type GUIConfiguration struct {
User string `xml:"user,omitempty"`
Password string `xml:"password,omitempty"`
UseTLS bool `xml:"tls,attr"`
+ APIKey string `xml:"apikey,omitempty"`
}
func setDefaults(data interface{}) error {