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} }