gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: remove unused config


From: gnunet
Subject: [taler-deployment] branch master updated: remove unused config
Date: Tue, 17 Jan 2023 18:40:26 +0100

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

ms pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new 01a1e68  remove unused config
01a1e68 is described below

commit 01a1e689e2f7d6877ddd453e4a21169242d3e81c
Author: MS <ms@taler.net>
AuthorDate: Tue Jan 17 18:40:15 2023 +0100

    remove unused config
---
 sandcastle/config/deployment.ts | 63 -----------------------------------------
 1 file changed, 63 deletions(-)

diff --git a/sandcastle/config/deployment.ts b/sandcastle/config/deployment.ts
deleted file mode 100644
index 6805171..0000000
--- a/sandcastle/config/deployment.ts
+++ /dev/null
@@ -1,63 +0,0 @@
-/**
- * Not belonging here: ports to expose when
- * starting the services and Git tags.
- */
-
-interface BankAccount {
-  username: string;
-  password: string;
-}
-
-interface NexusAccount {
-  username: string;
-  password: string;
-}
-
-class ApiKey {
-  apikey: string;
-  constructor(apikey: string) {
-    if (!apikey.startsWith("secret-token:")) {
-      throw Error("Given API key lacks leading 'secret-token:' part.")    
-    }
-    this.apikey = apikey;
-  }
-}
-
-interface TalerConfigUrls {
-  merchantUrl: URL;
-  landingUrl: URL;
-  blogUrl: URL;
-  donationsUrl: URL;
-  surveyUrl: URL;
-  syncUrl: URL;
-  // was bank-url in INI config:
-  bankWebUiUrl: URL;
-  // Used to point the Web UI.
-  bankSandboxUrl: URL;
-  // was default-exchange in INI config:
-  exchangeUrl: URL;
-}
-
-interface TalerConfigSecrets {
-  merchantApiKey: ApiKey;
-  dbPassword: string;
-}
-
-interface TalerConfigBankAccounts {
-  exchange: BankAccount;
-  blog: BankAccount;
-  pos: BankAccount;
-  gnunet: BankAccount;
-  taler: BankAccount;
-  tor: BankAccount;
-  survey: BankAccount;
-  defaultMerchantInstance: BankAccount;
-}
-
-interface TalerConfig {
-  currency: string;
-  urls: TalerConfigUrls;
-  secrets: TalerConfigSecrets;
-  bankAccounts: TalerConfigBankAccounts;
-  exchangeNexusAccount: NexusAccount;
-}

-- 
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]