From 8f48e11738f1560608d460a1b9470e110b0e6456 Mon Sep 17 00:00:00 2001 From: khwezi Date: Sun, 10 May 2026 11:22:19 +0200 Subject: [PATCH] Updated to use new shop database --- Shop/Shop.csproj | 6 +++--- litecharms-shop-uat.yml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Shop/Shop.csproj b/Shop/Shop.csproj index a44e978..485a3d8 100644 --- a/Shop/Shop.csproj +++ b/Shop/Shop.csproj @@ -17,9 +17,9 @@ - - - + + + diff --git a/litecharms-shop-uat.yml b/litecharms-shop-uat.yml index ff683ac..b3450cc 100644 --- a/litecharms-shop-uat.yml +++ b/litecharms-shop-uat.yml @@ -22,8 +22,8 @@ metadata: namespace: litecharms-shop-uat type: Opaque data: - connection-string: SG9zdD0xOTIuMTY4LjEuMTcwO0RhdGFiYXNlPWxlYWRnZW5lcmF0b3ItZGV2O1VzZXJuYW1lPWxlYWRnZW5lcmF0b3I7UGFzc3dvcmQ9S2VLNDRsczRQWHBuYms7UGVyc2lzdCBTZWN1cml0eSBJbmZvPVRydWU= - quartz-store: SG9zdD0xOTIuMTY4LjEuMTcwO0RhdGFiYXNlPXNjaGVkdWxlci1kZXY7VXNlcm5hbWU9c2NoZWR1bGVyLWRldi11c2VyO1Bhc3N3b3JkPWtWVm1vV0tKM3h6Z1FYO1BlcnNpc3QgU2VjdXJpdHkgSW5mbz1UcnVl + connection-string: SG9zdD0xOTIuMTY4LjEuMTcwO0RhdGFiYXNlPXNob3AtZGV2O1VzZXJuYW1lPXNob3AtZGV2LXVzZXI7UGFzc3dvcmQ9a1ZWbW9XS0ozeHpnUVg7UGVyc2lzdCBTZWN1cml0eSBJbmZvPVRydWU= + connection-string-quartz: SG9zdD0xOTIuMTY4LjEuMTcwO0RhdGFiYXNlPXNjaGVkdWxlci1kZXY7VXNlcm5hbWU9c2NoZWR1bGVyLWRldi11c2VyO1Bhc3N3b3JkPWtWVm1vV0tKM3h6Z1FYO1BlcnNpc3QgU2VjdXJpdHkgSW5mbz1UcnVl aspire-apikey: bWMzRzYzSzJqNVpPRXNpMEFqTW9qTFRYbTFLRVpGY3R6SUlqU3dEaVRHdXQ4cUdTa1B1V3d4R1AxUmJzY0pVbw== --- apiVersion: v1 @@ -81,7 +81,7 @@ spec: valueFrom: secretKeyRef: name: shop-secrets - key: quartz-store + key: connection-string-quartz - name: ConnectionStrings__PostgresShop valueFrom: secretKeyRef: -- 2.47.3