summaryrefslogtreecommitdiff
path: root/src/rhctl/conf.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/rhctl/conf.go')
-rw-r--r--src/rhctl/conf.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/rhctl/conf.go b/src/rhctl/conf.go
index 3e35abb..c163b60 100644
--- a/src/rhctl/conf.go
+++ b/src/rhctl/conf.go
@@ -88,7 +88,8 @@ type Config struct {
Clients struct {
Web struct {
- Address string `toml:"addr"`
+ Address string `toml:"addr"`
+ StaticDir string `toml:"static_files"`
}
Telnet struct {
Address string `toml:"addr"`