feat/docker #46

Closed
Janis wants to merge 4 commits from feat/docker into main
7 changed files with 59 additions and 17 deletions
Showing only changes of commit b11de18479 - Show all commits

View File

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