Reviewed-on: #34 Co-authored-by: Janis <janis.e.20@gmx.de> Co-committed-by: Janis <janis.e.20@gmx.de>
15 lines
430 B
Plaintext
15 lines
430 B
Plaintext
# https://www.playframework.com/documentation/latest/Configuration
|
|
play.filters.disabled += play.filters.csrf.CSRFFilter
|
|
|
|
|
|
auth {
|
|
issuer = "knockoutwhistweb"
|
|
audience = "ui"
|
|
# ${?PUBLIC_KEY_FILE}
|
|
privateKeyFile = "D:\\Workspaces\\Gitops\\rsa512-private.pem"
|
|
privateKeyPem = ${?PUBLIC_KEY_PEM}
|
|
#${?PUBLIC_KEY_FILE}
|
|
publicKeyFile = "D:\\Workspaces\\Gitops\\rsa512-public.pem"
|
|
publicKeyPem = ${?PUBLIC_KEY_PEM}
|
|
}
|