From e487b5f8a7be152c2b0baa844118701285040c78 Mon Sep 17 00:00:00 2001 From: Max Ammann Date: Tue, 1 Nov 2022 12:18:08 +0100 Subject: [PATCH 1/2] Add applicationUrl to build config --- frontend/build-configs/bayern/index.ts | 3 ++- frontend/build-configs/nuernberg/index.ts | 5 +++-- frontend/build-configs/types.ts | 3 ++- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/frontend/build-configs/bayern/index.ts b/frontend/build-configs/bayern/index.ts index da1b60f2a..092865e90 100644 --- a/frontend/build-configs/bayern/index.ts +++ b/frontend/build-configs/bayern/index.ts @@ -25,7 +25,8 @@ export const bayernCommon: CommonBuildConfigType = { }, featureFlags: { verification: false, - } + }, + applicationUrl: "https://bayern.ehrenamtskarte.app/apply-for-eak", }; let bayern: BuildConfigType = { diff --git a/frontend/build-configs/nuernberg/index.ts b/frontend/build-configs/nuernberg/index.ts index ffa545e60..ae133fd28 100644 --- a/frontend/build-configs/nuernberg/index.ts +++ b/frontend/build-configs/nuernberg/index.ts @@ -15,7 +15,7 @@ export const nuernbergCommon: CommonBuildConfigType = { }, mapStyleUrl: { production: "https://api.entitlementcard.app/project/nuernberg.sozialpass.app/map", - showcase: "https://tiles.entitlementcard.app/project/showcase.entitlementcard.app/map", + showcase: "https://api.entitlementcard.app/project/showcase.entitlementcard.app/map", local: "http://localhost:8000/project/nuernberg.sozialpass.app/map", }, backendUrl: { @@ -25,7 +25,8 @@ export const nuernbergCommon: CommonBuildConfigType = { }, featureFlags: { verification: true, - } + }, + applicationUrl: "https://nuernberg.sozialpass.app/apply-for-eak", }; let nuernberg: BuildConfigType = { diff --git a/frontend/build-configs/types.ts b/frontend/build-configs/types.ts index 6d603cc5f..3d93ac496 100644 --- a/frontend/build-configs/types.ts +++ b/frontend/build-configs/types.ts @@ -30,10 +30,11 @@ export type CommonBuildConfigType = { showcase: string, production: string, local: string, - } + }, theme: ThemeType categories: number[] featureFlags: FeatureFlagsType + applicationUrl: string, } export type AndroidBuildConfigType = CommonBuildConfigType & { From 6054e81b80820376574a6c4e481af587f08e389c Mon Sep 17 00:00:00 2001 From: Max Ammann Date: Mon, 21 Nov 2022 16:44:49 +0100 Subject: [PATCH 2/2] Update frontend/build-configs/nuernberg/index.ts --- frontend/build-configs/nuernberg/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/build-configs/nuernberg/index.ts b/frontend/build-configs/nuernberg/index.ts index ae133fd28..9e54baa26 100644 --- a/frontend/build-configs/nuernberg/index.ts +++ b/frontend/build-configs/nuernberg/index.ts @@ -26,7 +26,7 @@ export const nuernbergCommon: CommonBuildConfigType = { featureFlags: { verification: true, }, - applicationUrl: "https://nuernberg.sozialpass.app/apply-for-eak", + applicationUrl: "https://meinkonto.nuernberg.de/intelliform/forms/osg/standard/osg/osg-kette-starten/index?lebenslageIdAuswahl=w_500_sha_d_nuernberg-pass", }; let nuernberg: BuildConfigType = {