commit eec82c753a121523fa37cb2479e2e7ef0d7b1a1c parent 73d9a89b3dffccf563436cb6f7e19a5c19268246 Author: Marcello Stanisci <marcello.stanisci@inria.fr> Date: Fri, 10 Mar 2017 14:58:46 +0100 README. Diffstat:
| M | src/samples/README | | | 13 | +++++++++++++ |
1 file changed, 13 insertions(+), 0 deletions(-)
diff --git a/src/samples/README b/src/samples/README @@ -1,3 +1,16 @@ Here is the logic that creates dummy payments into the merchant's DB, mainly used for debugging applications that need some real data from the merchant backend. + +The tool taler-merchant-generate-payments needs three values: + +1 exchange URL +2 merchant backend URL +3 bank URL +4 currency + +The tool reads these values from #define'd macros, so you should +change them and recompile the code in order to make them fit your +needs. + +We wish to get this tool reading those values via a config file!