summaryrefslogtreecommitdiff
path: root/dryad/conf/conf.go
diff options
context:
space:
mode:
Diffstat (limited to 'dryad/conf/conf.go')
-rw-r--r--dryad/conf/conf.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/dryad/conf/conf.go b/dryad/conf/conf.go
index f2bf265..c12a226 100644
--- a/dryad/conf/conf.go
+++ b/dryad/conf/conf.go
@@ -54,6 +54,8 @@ type User struct {
type General struct {
// Address is used to listen for connection from Boruta.
Address string `toml:"listen_address"`
+ // BorutaAddress is used to connect to Boruta server.
+ BorutaAddress string `toml:"boruta_address"`
// User refers information necessary to create the user.
User *User `toml:"user"`
// SDcard is a base path to block device of sdcard.