taldir

Directory service to resolve wallet mailboxes by messenger addresses
Log | Files | Refs | Submodules | README | LICENSE

commit c25ff8d1da374ad48e846b14c45138e69b8a94c0
parent 2a9345852c39be86dab6c221dd7d95363ab8dc96
Author: Martin Schanzenbach <mschanzenbach@posteo.de>
Date:   Tue, 19 Apr 2022 17:59:37 +0200

-cleanup

Diffstat:
Mtaldir.go | 14--------------
1 file changed, 0 insertions(+), 14 deletions(-)

diff --git a/taldir.go b/taldir.go @@ -17,20 +17,6 @@ import ( "strings" ) -type Configuration struct { - Production bool - Validators []string - EmailSender string `json:"email_sender"` - Salt string `json:"salt"` - Host string `json:"host"` - BindTo string `json:"bind_to"` - PqUser string `json:"pq_user"` - PqPassword string `json:"pq_pw"` - PqHost string `json:"pq_host"` - PqPort int `json:"pq_port"` - PqDbname string `json:"pq_dbname"` -} - // A mappind entry from the identity key hash to a wallet key // The identity key hash is sha256(sha256(identity)|salt) where identity is // one of the identity key types supported (e.g. email)