From b11de18479b5f2771b45a4b3deb85b2bed66c20d Mon Sep 17 00:00:00 2001 From: Janis Date: Sun, 2 Nov 2025 14:42:20 +0100 Subject: [PATCH] fix(config): update key file references in application configuration --- knockoutwhist | 2 +- knockoutwhistweb/conf/application.conf | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/knockoutwhist b/knockoutwhist index e0e45c4..b9a7b0a 160000 --- a/knockoutwhist +++ b/knockoutwhist @@ -1 +1 @@ -Subproject commit e0e45c4b431fff6740e38a59906f5e217fcd801f +Subproject commit b9a7b0a2af7cef7225bf1a0388ebf58171a173f2 diff --git a/knockoutwhistweb/conf/application.conf b/knockoutwhistweb/conf/application.conf index 4cfdc38..6ffc7ee 100644 --- a/knockoutwhistweb/conf/application.conf +++ b/knockoutwhistweb/conf/application.conf @@ -7,9 +7,8 @@ auth { issuer = "knockoutwhistweb" audience = "ui" privateKeyFile = ${?PRIVATE_KEY_FILE} - privateKeyFile = "D:\\Workspaces\\Gitops\\rsa512-private.pem" privateKeyPem = ${?PRIVATE_KEY_PEM} - publicKeyFile = "D:\\Workspaces\\Gitops\\rsa512-public.pem" - publicKeyFile = {?PUBLIC_KEY_FILE} + + publicKeyFile = ${?PUBLIC_KEY_FILE} publicKeyPem = ${?PUBLIC_KEY_PEM} }