From 1e6c56612cf75c8849e215b8401a631f2ac605c0 Mon Sep 17 00:00:00 2001 From: MS Date: Thu, 24 Nov 2022 19:40:06 +0100 Subject: config --- docker/demo/config/deployment-per-service.ts | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'docker') 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]; -- cgit v1.2.3