gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-merchant] branch master updated: Removing unneeded c


From: gnunet
Subject: [GNUnet-SVN] [taler-merchant] branch master updated: Removing unneeded configs and dirs.
Date: Tue, 21 Mar 2017 15:22:10 +0100

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

marcello pushed a commit to branch master
in repository merchant.

The following commit(s) were added to refs/heads/master by this push:
     new ab7b69e  Removing unneeded configs and dirs.
ab7b69e is described below

commit ab7b69e45b593a4c6e0c0df54b2fa69e2103d3ac
Author: Marcello Stanisci <address@hidden>
AuthorDate: Tue Mar 21 15:22:04 2017 +0100

    Removing unneeded configs and dirs.
---
 .../.config/taler/merchant/wire/test.json          |   5 -
 .../generate_payments_home/.config/taler/test.json |   6 -
 .../.config/taler/test.signed.json                 |   8 --
 .../share/taler/exchange/offline-keys/master.priv  |   1 -
 src/samples/merchant_generate_payments.conf        | 132 ---------------------
 5 files changed, 152 deletions(-)

diff --git 
a/src/samples/generate_payments_home/.config/taler/merchant/wire/test.json 
b/src/samples/generate_payments_home/.config/taler/merchant/wire/test.json
deleted file mode 100644
index 99c9c66..0000000
--- a/src/samples/generate_payments_home/.config/taler/merchant/wire/test.json
+++ /dev/null
@@ -1,5 +0,0 @@
-{
-  "type":"test",
-  "bank_uri":"http://localhost:8083/";,
-  "account_number":62
-}
diff --git a/src/samples/generate_payments_home/.config/taler/test.json 
b/src/samples/generate_payments_home/.config/taler/test.json
deleted file mode 100644
index 6c29eab..0000000
--- a/src/samples/generate_payments_home/.config/taler/test.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
-  "type": "test",
-  "account_number": 3,
-  "bank_uri": "http://localhost:8083/";,
-  "name": "The exchange"
-}
diff --git a/src/samples/generate_payments_home/.config/taler/test.signed.json 
b/src/samples/generate_payments_home/.config/taler/test.signed.json
deleted file mode 100644
index 532640f..0000000
--- a/src/samples/generate_payments_home/.config/taler/test.signed.json
+++ /dev/null
@@ -1,8 +0,0 @@
-{
-  "type": "test",
-  "salt": 
"0STGVVCSNJBKCP92596RSHN54Y4YW46J6D910KMPB6FF5ZYXG1C8MTMRFG32H9HFBA2XNNKRPRTKGD0KKKM805QGZ0AR28W5DB00MDG",
-  "account_number": 3,
-  "bank_uri": "http://localhost:8083/";,
-  "name": "The exchange",
-  "sig": 
"6EZF2DQBJP7WFQK93MHW1B21N12DFPJ5KMB9KS6Y775W1YS1ZZ0CAP9Y2CDK14Q01S0HR51SGHVNGA1WDNV5C07K941BRCRE9MSSP0G"
-}
\ No newline at end of file
diff --git 
a/src/samples/generate_payments_home/.local/share/taler/exchange/offline-keys/master.priv
 
b/src/samples/generate_payments_home/.local/share/taler/exchange/offline-keys/master.priv
deleted file mode 100644
index 0a17bb2..0000000
--- 
a/src/samples/generate_payments_home/.local/share/taler/exchange/offline-keys/master.priv
+++ /dev/null
@@ -1 +0,0 @@
-�QJ�_�#��O4(�kTr�$N ��8��2
\ No newline at end of file
diff --git a/src/samples/merchant_generate_payments.conf 
b/src/samples/merchant_generate_payments.conf
deleted file mode 100644
index 07f7692..0000000
--- a/src/samples/merchant_generate_payments.conf
+++ /dev/null
@@ -1,132 +0,0 @@
-# This file is in the public domain.
-#
-[PATHS]
-# Persistant data storage for the testcase
-TALER_TEST_HOME = generate_payments_home/
-
-[taler]
-# What currency do we use?
-CURRENCY = EUR
-
-[exchange-wire-test]
-# Enable 'test' for testing of the actual coin operations.
-ENABLE = YES
-
-# Fees for the forseeable future...
-# If you see this after 2017, update to match the next 10 years...
-WIRE-FEE-2017 = EUR:0.01
-WIRE-FEE-2018 = EUR:0.01
-WIRE-FEE-2019 = EUR:0.01
-WIRE-FEE-2020 = EUR:0.01
-WIRE-FEE-2021 = EUR:0.01
-WIRE-FEE-2022 = EUR:0.01
-WIRE-FEE-2023 = EUR:0.01
-WIRE-FEE-2024 = EUR:0.01
-WIRE-FEE-2025 = EUR:0.01
-WIRE-FEE-2026 = EUR:0.01
-
-############################
-# Exchange's configuration #
-############################
-
-[exchange]
-# How to access our database
-DB = postgres
-
-# HTTP port the exchange listens to
-PORT = 8081
-
-# Our public key
-MASTER_PUBLIC_KEY = BNFX90SBRFRMFW7E598BKVH6CTM83YD2AAKRZ0ADGH15M1XXJGBG
-
-# This value must match the DB we want payments to persist in.
-[exchangedb-postgres]
-DB_CONN_STR = "postgres:///taler"
-
-
-[exchange-wire-incoming-test]
-TEST_RESPONSE_FILE = ${TALER_CONFIG_HOME}/test.signed.json
-
-[exchange-wire-outgoing-test]
-BANK_URI = "http://localhost:8083/";
-BANK_ACCOUNT_NUMBER = 2
-
-[coin_eur_ct_1]
-value = EUR:0.01
-duration_overlap = 5 minutes
-duration_withdraw = 7 days
-duration_spend = 2 years
-duration_legal = 3 years
-fee_withdraw = EUR:0.00
-fee_deposit = EUR:0.00
-fee_refresh = EUR:0.01
-fee_refund = EUR:0.01
-rsa_keysize = 1024
-
-[coin_eur_ct_10]
-value = EUR:0.10
-duration_overlap = 5 minutes
-duration_withdraw = 7 days
-duration_spend = 2 years
-duration_legal = 3 years
-fee_withdraw = EUR:0.01
-fee_deposit = EUR:0.01
-fee_refresh = EUR:0.03
-fee_refund = EUR:0.01
-rsa_keysize = 1024
-
-[coin_eur_1]
-value = EUR:1
-duration_overlap = 5 minutes
-duration_withdraw = 7 days
-duration_spend = 2 years
-duration_legal = 3 years
-fee_withdraw = EUR:0.01
-fee_deposit = EUR:0.01
-fee_refresh = EUR:0.03
-fee_refund = EUR:0.01
-rsa_keysize = 1024
-
-[coin_eur_5]
-value = EUR:5
-duration_overlap = 5 minutes
-duration_withdraw = 7 days
-duration_spend = 2 years
-duration_legal = 3 years
-fee_withdraw = EUR:0.01
-fee_deposit = EUR:0.01
-fee_refresh = EUR:0.03
-fee_refund = EUR:0.01
-rsa_keysize = 1024
-
-
-[merchant]
-
-# Which port do we run the backend on? (HTTP server)
-PORT = 8082
-
-# How quickly do we want the exchange to send us our money?
-# Used only if the frontend does not specify a value.
-# FIXME: EDATE is a bit short, 'execution_delay'?
-EDATE = 3 week
-
-# Which plugin (backend) do we use for the DB.
-DB = postgres
-
-# Wire format supported by the merchant.
-WIREFORMAT = test
-
-INSTANCES = default
-
-[merchant-exchange-test]
-URI = http://localhost:8081/
-MASTER_KEY = BNFX90SBRFRMFW7E598BKVH6CTM83YD2AAKRZ0ADGH15M1XXJGBG
-
-[merchant-instance-default]
-KEYFILE = test_merchant.priv
-
-[merchant-instance-wireformat-default]
-TEST_RESPONSE_FILE = ${TALER_CONFIG_HOME}/merchant/wire/test.json
-
-[merchantdb-postgres]
-CONFIG = postgres:///taler

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

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