Skip to content

Commit

Permalink
feat: update permission product name (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrejpetras authored Feb 19, 2024
1 parent e5d17d2 commit 7491d06
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,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-announcement-bff</artifactId>
Expand Down
2 changes: 2 additions & 0 deletions src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,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


Expand Down

0 comments on commit 7491d06

Please sign in to comment.