[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-typescript-core] branch master updated: merchant SPA: local testi
From: |
Admin |
Subject: |
[taler-typescript-core] branch master updated: merchant SPA: local testing in README |
Date: |
Tue, 10 Jun 2025 13:10:35 +0200 |
This is an automated email from the git hooks/post-receive script.
dold pushed a commit to branch master
in repository taler-typescript-core.
The following commit(s) were added to refs/heads/master by this push:
new c7b84cfdd merchant SPA: local testing in README
c7b84cfdd is described below
commit c7b84cfdd2858bcfdb60f425c85a5493c294d8eb
Author: Florian Dold <florian@dold.me>
AuthorDate: Tue Jun 10 13:10:30 2025 +0200
merchant SPA: local testing in README
---
packages/merchant-backoffice-ui/README.md | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/packages/merchant-backoffice-ui/README.md
b/packages/merchant-backoffice-ui/README.md
index 34bb98b67..94171ff6e 100644
--- a/packages/merchant-backoffice-ui/README.md
+++ b/packages/merchant-backoffice-ui/README.md
@@ -22,6 +22,14 @@ By default the installation prefix will be
`/usr/local/share/taler/merchant-back
To install run `make install`
+## Local testing
+
+To point the Merchant SPA to a different server, override local storage:
+
+```js
+localStorage.setItem("merchant-base-url",
"http://backend.taler.localhost:4321/");
+```
+
## Running develop
To run a development server run:
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-typescript-core] branch master updated: merchant SPA: local testing in README,
Admin <=