summaryrefslogtreecommitdiff
path: root/sandcastle
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2023-02-24 03:09:30 +0100
committerFlorian Dold <florian@dold.me>2023-02-24 03:09:30 +0100
commit3719ad1d2b58802c2169219bbe0f4e4bae2858b0 (patch)
tree30a260e1bc61e0d9376d005aa2291441e4b65e77 /sandcastle
parenta3effcfd4c45dacc116e39a46e9af7f22a6c94da (diff)
downloaddeployment-3719ad1d2b58802c2169219bbe0f4e4bae2858b0.tar.gz
deployment-3719ad1d2b58802c2169219bbe0f4e4bae2858b0.tar.bz2
deployment-3719ad1d2b58802c2169219bbe0f4e4bae2858b0.zip
sandcastle: configure demobank-ui
Diffstat (limited to 'sandcastle')
-rw-r--r--sandcastle/images/libeufin/demobank-ui-settings.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/sandcastle/images/libeufin/demobank-ui-settings.js b/sandcastle/images/libeufin/demobank-ui-settings.js
index 76c4c4c..7f2745c 100644
--- a/sandcastle/images/libeufin/demobank-ui-settings.js
+++ b/sandcastle/images/libeufin/demobank-ui-settings.js
@@ -13,3 +13,7 @@ globalThis.talerDemobankSettings = {
],
bankBaseUrl: "__BANK_BACKEND_URL__"
};
+
+// Currently this is still required by demobank-ui,
+// the above, nicer method doesn't work yet.
+localStorage.setItem("bank-base-url", "__BANK_BACKEND_URL__")