/* * Copyright (C) 2021-2024 by Glue Software Engineering AG. */ const appConfig = { // Will be replaced with the environment variable at docker startup (sed) tenantId: 'fa4d4401-ebc4-4887-8f22-89649c6b5c33', authIssuer: 'https://login.test.esignr.ch', // Will be replaced with the environment variable at docker startup (sed) authClientId: '657155d3-1853-4db3-a251-69a4532ebd1f', apiHost: 'https://app.test.esignr.ch/webapp', baseHref: '/webapp/', supportPageUrl: 'https://esignr.ch/', downloadEsignrUrl: 'https://app.test.esignr.ch/download' };