gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: config


From: gnunet
Subject: [taler-deployment] branch master updated: config
Date: Thu, 24 Nov 2022 19:40:09 +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 1e6c566  config
1e6c566 is described below

commit 1e6c56612cf75c8849e215b8401a631f2ac605c0
Author: MS <ms@taler.net>
AuthorDate: Thu Nov 24 19:40:06 2022 +0100

    config
---
 docker/demo/config/deployment-per-service.ts | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/docker/demo/config/deployment-per-service.ts 
b/docker/demo/config/deployment-per-service.ts
index cd2eb11..1bcb659 100644
--- a/docker/demo/config/deployment-per-service.ts
+++ b/docker/demo/config/deployment-per-service.ts
@@ -18,14 +18,13 @@ interface NexusAccount {
   password: string;
 }
 
-
 // Values (potentially) needed by more than one container.
 interface GlobalConfig {
   currency: string;
   dbPassword: string;
   exchangeBaseUrl: URL; // used by merchant and exchange.
   exchangeNexusAccount: NexusAccount; // used by libeufin and exchange.
-  bankAccounts: [BankAccount];
+  bankAccounts: [BankAccount]; // Only used in libeufin.
 }
 
 interface BankConfig {
@@ -40,10 +39,6 @@ interface BankWebUi {
   backendUrl: URL;
 }
 
-interface ExchangeConfig {
-  bankAccount: BankAccount;
-}
-
 interface MerchantConfig {
   baseUrl: URL;
   instances: [InstanceConfig];

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