/* * Copyright (C) 2021-2024 by Glue Software Engineering AG. */ const appConfig = { // Will be replaced with the environment variable at docker startup (sed) tenantId: '9ffc5e98-7ab9-4080-b2a2-c768c0bd0203', authIssuer: 'https://login.esignr.ch', // Will be replaced with the environment variable at docker startup (sed) authClientId: 'c3f84cce-1b34-478c-a5f2-672458a8e7e1', apiHost: 'https://app.esignr.ch/webapp', baseHref: '/webapp/', supportPageUrl: 'https://esignr.ch/', downloadEsignrUrl: 'https://app.esignr.ch/download' };