taler-merchant-demos

Python-based Frontends for the Demonstration Web site
Log | Files | Refs | Submodules | README | LICENSE

commit f9915ab8a3006a6633aad4101a1a798382afa39b
parent 120d5d47c9df8c5bae68a0d42ca13d63e5c1f3e4
Author: Christian Grothoff <christian@grothoff.org>
Date:   Fri,  9 Oct 2020 13:19:19 +0200

fix README.md

Diffstat:
MREADME.md | 5+++--
1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md @@ -50,12 +50,13 @@ Step 2: Adding the required keys: > [frontends] > backend_apikey = "ApiKey Sandbox" > backend = https://backend.test.taler.net/ -> +> > [taler] > currency = TESTKUDOS -> +> > [blog] > http_port = 8080 +> uwsgi_serve = HTTP > ``` <br>