aboutsummaryrefslogtreecommitdiff
path: root/config.go
diff options
context:
space:
mode:
Diffstat (limited to 'config.go')
-rw-r--r--config.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.go b/config.go
index 7b3f256..cc97088 100644
--- a/config.go
+++ b/config.go
@@ -13,6 +13,9 @@ type Config struct {
type defaults struct {
Gracetime string
Listen string
+ Provider string
+ Account string
+ Basedir string
}
type provider struct {