// Values for development environment /** * Global settings for the demobank UI. */ globalThis.talerDemobankSettings = { backendBaseURL: "http://bank.taler.test:1180/", allowRegistrations: true, showDemoNav: true, simplePasswordForRandomAccounts: true, allowRandomAccountCreation: true, bankName: "Taler DEVELOPMENT Bank", // Names and links for other demo sites to show in the navbar demoSites: [ ["Exchange", "https://Exchnage.taler.test/"], ["Bank", "https://bank-ui.taler.test/"], ["Merchant", "https://merchant.taler.test/"], ], };