commit c7b84cfdd2858bcfdb60f425c85a5493c294d8eb parent 75135e7c3fdb0db21175869499bf38e54a6ab6c0 Author: Florian Dold <florian@dold.me> Date: Tue, 10 Jun 2025 13:10:30 +0200 merchant SPA: local testing in README Diffstat:
| M | packages/merchant-backoffice-ui/README.md | | | 8 | ++++++++ |
1 file changed, 8 insertions(+), 0 deletions(-)
diff --git 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: