Skip to content

Commit

Permalink
feat: update permission product name
Browse files Browse the repository at this point in the history
  • Loading branch information
andrejpetras committed Feb 19, 2024
1 parent aa2fd76 commit 8fde59f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.tkit.onecx</groupId>
<artifactId>onecx-quarkus3-parent</artifactId>
<version>0.34.0</version>
<version>0.35.0</version>
</parent>

<artifactId>onecx-product-store-bff</artifactId>
Expand Down
4 changes: 4 additions & 0 deletions src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,8 @@ quarkus.test.integration-test-profile=test
%test.quarkus.oidc-client.auth-server-url=${quarkus.oidc.auth-server-url}
%test.quarkus.oidc-client.client-id=${quarkus.oidc.client-id}
%test.quarkus.oidc-client.credentials.secret=${quarkus.oidc.credentials.secret}
%test.onecx.permissions.product-name=applications

# PIPE CONFIG


0 comments on commit 8fde59f

Please sign in to comment.