summaryrefslogtreecommitdiff
path: root/sandcastle/config
diff options
context:
space:
mode:
Diffstat (limited to 'sandcastle/config')
-rw-r--r--sandcastle/config/deployment.conf36
-rw-r--r--sandcastle/config/exchange/taler.conf112
-rw-r--r--sandcastle/config/libeufin-bank/taler.conf16
-rw-r--r--sandcastle/config/merchant/taler.conf24
4 files changed, 0 insertions, 188 deletions
diff --git a/sandcastle/config/deployment.conf b/sandcastle/config/deployment.conf
deleted file mode 100644
index ffa4562..0000000
--- a/sandcastle/config/deployment.conf
+++ /dev/null
@@ -1,36 +0,0 @@
-[taler-deployment]
-currency = EUR
-merchant-apikey = secret-token:sandbox
-merchant-url = http://localhost:5556/
-
-bank-signup-bonus = yes
-bank-allow-registrations = yes
-
-# Frontends URLs
-landing-url = http://localhost:5562/
-blog-url = http://localhost:5559/
-donations-url = http://localhost:5560/
-survey-url = http://localhost:5561/
-sync-url = http://localhost:5563/
-# This URL is the demobank-ui's:
-bank-url = http://localhost:15002/
-
-# Pointed to by the bank UI
-bank-backend-url = http://localhost:15000/
-
-# Bank accounts
-
-exchange-bank-password = exchangebankpw
-blog-bank-password = secret-at-sandbox
-pos-bank-password = secret-at-sandbox
-gnunet-bank-password = secret-at-sandbox
-taler-bank-password = secret-at-sandbox
-tor-bank-password = secret-at-sandbox
-survey-bank-password = secret-at-sandbox
-# default merchant instance
-default-bank-password = secret-at-sandbox
-
-db-password = db-secret
-
-# exchange URL, as seen outside of the container
-default-exchange = http://localhost:5555/
diff --git a/sandcastle/config/exchange/taler.conf b/sandcastle/config/exchange/taler.conf
deleted file mode 100644
index a1fe788..0000000
--- a/sandcastle/config/exchange/taler.conf
+++ /dev/null
@@ -1,112 +0,0 @@
-# This file is a configuration template for the exchange.
-# When the exchange container is started, values from deployment.conf
-# are inserted into the __...__ placeholders here.
-
-[taler]
-currency = __CURRENCY__
-currency_round_unit = __CURRENCY__:0.01
-# Needed by older exchanges
-AML_THRESHOLD = __CURRENCY__:10000000
-
-[paths]
-taler_data_home = /data/exchange
-
-[taler-exchange-secmod-eddsa]
-unixpath = /eddsa.http
-
-[taler-exchange-secmod-rsa]
-sm_priv_key = /data/taler-exchange-secmod-rsa/secmod-private-key
-unixpath = /sockets/exchange-secmod-rsa.sock
-
-[taler-exchange-secmod-cs]
-sm_priv_key = /data/taler-exchange-secmod-cs/secmod-private-key
-unixpath = /sockets/exchange-secmod-cs.sock
-
-[exchange-accountcredentials-1]
-username = exchange
-wire_gateway_auth_method = basic
-wire_gateway_url = __BANK_URL__/accounts/exchange/taler-wire-gateway/
-password = __EXCHANGE_BANK_PASSWORD__
-
-[exchange-account-1]
-enable_credit = yes
-enable_debit = yes
-payto_uri = payto://iban/SANDBOXX/__EXCHANGE_IBAN__?receiver-name=Name+unknown
-
-[exchange]
-master_public_key = __EXCHANGE_MASTER_PUB__
-AML_THRESHOLD = __CURRENCY__:10000000
-
-privacy_etag = exchange-pp-v0
-privacy_dir = /usr/local/share/taler/terms
-
-terms_etag = exchange-tos-v0
-terms_dir = /usr/local/share/taler/terms
-
-base_url = __EXCHANGE_URL__
-unixpath = /sockets/exchange.sock
-serve = tcp
-port = 80
-
-[exchangedb-postgres]
-config = postgres://root:__DB_PASSWORD__@talerdb/taler
-
-[coin___CURRENCY___10]
-rsa_keysize = 2048
-fee_deposit = __CURRENCY__:0.01
-fee_refund = __CURRENCY__:0.01
-fee_refresh = __CURRENCY__:0.01
-fee_withdraw = __CURRENCY__:0.01
-duration_legal = 10 years
-duration_spend = 5 years
-duration_withdraw = 3 years
-value = __CURRENCY__:10
-cipher = RSA
-
-[coin___CURRENCY___5]
-rsa_keysize = 2048
-fee_deposit = __CURRENCY__:0.01
-fee_refund = __CURRENCY__:0.01
-fee_refresh = __CURRENCY__:0.01
-fee_withdraw = __CURRENCY__:0.01
-duration_legal = 10 years
-duration_spend = 5 years
-duration_withdraw = 3 years
-value = __CURRENCY__:5
-cipher = RSA
-
-[coin___CURRENCY___2]
-rsa_keysize = 2048
-fee_deposit = __CURRENCY__:0.01
-fee_refund = __CURRENCY__:0.01
-fee_refresh = __CURRENCY__:0.01
-fee_withdraw = __CURRENCY__:0.01
-duration_legal = 10 years
-duration_spend = 5 years
-duration_withdraw = 3 years
-value = __CURRENCY__:2
-cipher = RSA
-
-[coin___CURRENCY___1]
-rsa_keysize = 2048
-fee_deposit = __CURRENCY__:0.01
-fee_refund = __CURRENCY__:0.01
-fee_refresh = __CURRENCY__:0.01
-fee_withdraw = __CURRENCY__:0.01
-duration_legal = 10 years
-duration_spend = 5 years
-duration_withdraw = 3 years
-value = __CURRENCY__:1
-cipher = RSA
-
-[coin___CURRENCY___ct_10]
-rsa_keysize = 2048
-fee_deposit = __CURRENCY__:0.01
-fee_refund = __CURRENCY__:0.01
-fee_refresh = __CURRENCY__:0.01
-fee_withdraw = __CURRENCY__:0.01
-duration_legal = 10 years
-duration_spend = 5 years
-duration_withdraw = 3 years
-value = __CURRENCY__:0.10
-cipher = RSA
diff --git a/sandcastle/config/libeufin-bank/taler.conf b/sandcastle/config/libeufin-bank/taler.conf
deleted file mode 100644
index 55b65db..0000000
--- a/sandcastle/config/libeufin-bank/taler.conf
+++ /dev/null
@@ -1,16 +0,0 @@
-[libeufin-bank]
-CURRENCY = __CURRENCY__
-DEFAULT_CUSTOMER_DEBT_LIMIT = __CURRENCY__:200
-DEFAULT_ADMIN_DEBT_LIMIT = __CURRENCY__:200000
-REGISTRATION_BONUS = __CURRENCY__:100
-REGISTRATION_BONUS_ENABLED = yes
-MAX_AUTH_TOKEN_DURATION = 1d
-
-SERVE = tcp
-PORT = 15000
-
-[libeufin-bankdb-postgres]
-CONFIG = postgresql://talerdb/taler?user=root&password=__DB_PASSWORD__
-
-#CONFIG = postgresql://root:__DB_PASSWORD__@talerdb/taler
-#CONFIG = postgresql:///talerdb
diff --git a/sandcastle/config/merchant/taler.conf b/sandcastle/config/merchant/taler.conf
deleted file mode 100644
index bf1eb0f..0000000
--- a/sandcastle/config/merchant/taler.conf
+++ /dev/null
@@ -1,24 +0,0 @@
-[taler]
-currency = __CURRENCY__
-
-[paths]
-taler_data_home = /data
-
-[merchant-exchange-__CURRENCY__]
-currency = __CURRENCY__
-exchange_base_url = __EXCHANGE_URL__
-master_key = __EXCHANGE_PUB__
-
-[merchantdb-postgres]
-config = postgres://root:__DB_PASSWORD__@talerdb/taler
-
-[merchant]
-default_max_deposit_fee = __CURRENCY__:0.05
-default_max_wire_fee = __CURRENCY__:0.01
-wire_transfer_delay = 0 s
-port = 80
-serve = tcp
-
-[frontends]
-backend = __BACKEND_URL__
-backend_apikey = __BACKEND_APIKEY__