gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-taldir] branch master updated: -cleanup


From: gnunet
Subject: [taler-taldir] branch master updated: -cleanup
Date: Tue, 19 Apr 2022 17:59:40 +0200

This is an automated email from the git hooks/post-receive script.

martin-schanzenbach pushed a commit to branch master
in repository taldir.

The following commit(s) were added to refs/heads/master by this push:
     new c25ff8d  -cleanup
c25ff8d is described below

commit c25ff8d1da374ad48e846b14c45138e69b8a94c0
Author: Martin Schanzenbach <mschanzenbach@posteo.de>
AuthorDate: Tue Apr 19 17:59:37 2022 +0200

    -cleanup
---
 taldir.go | 14 --------------
 1 file changed, 14 deletions(-)

diff --git a/taldir.go b/taldir.go
index f85a24f..ffd4999 100644
--- 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)

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]