diff --git a/amphora-service/src/main/resources/application.properties b/amphora-service/src/main/resources/application.properties index cc9b74e..bf2065f 100644 --- a/amphora-service/src/main/resources/application.properties +++ b/amphora-service/src/main/resources/application.properties @@ -22,7 +22,7 @@ server.servlet.context-path=/ management.endpoints.web.exposure.include=info,health,prometheus carbynestack.auth.user-id-field-name=${AMPHORA_USER_ID_FIELD_NAME:sub} -carbynestack.opa.default-policy-package=${AMPHORA_OPA_DEFAULT_POLICY_PACKAGE:default} +carbynestack.opa.default-policy-package=${AMPHORA_OPA_DEFAULT_POLICY_PACKAGE:carbynestack.def} carbynestack.opa.endpoint=${AMPHORA_OPA_URL:http://opa.carbynestack.io} carbynestack.spdz.mac-key=${MAC_KEY} carbynestack.spdz.prime=${SPDZ_PRIME}