commit 399f5f263ba87dabc198a2d52209791dbaeda5f8 parent 7cfc43bd5226fb68f8435699574fd5ff3804206d Author: Florian Dold <florian@dold.me> Date: Mon, 10 Mar 2025 22:32:37 +0100 README Diffstat:
| M | packages/aml-backoffice-ui/README.md | | | 9 | ++++++++- |
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/packages/aml-backoffice-ui/README.md b/packages/aml-backoffice-ui/README.md @@ -1,4 +1,11 @@ -# Taler Exchange Backoffice UI +# Taler Exchange AML Officer UI Web-based user interface for the GNU Taler exchange. +## Local testing + +To point the AML SPA to a different server, override local storage: + +```js +localStorage.setItem("aml-base-url", "http://exchange.talerkyc.localhost:4321/"); +```