Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/pagopa/mil-auth.git into main
Browse files Browse the repository at this point in the history
  • Loading branch information
antoniotarricone committed Jun 9, 2023
2 parents 619fed1 + d9add31 commit e3bfab1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>it.pagopa.swclient.mil</groupId>
<artifactId>auth</artifactId>
<version>1.5.1</version>
<version>1.5.2</version>
<description>Authorization Microservice for Multi-channel Integration Layer of SW Client Project.</description>
<developers>
<developer>
Expand Down
7 changes: 6 additions & 1 deletion src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,9 @@ poynt-api.version=1.2
#
%dev.quarkus.rest-client.auth-data-repository.url=https://milconf.blob.core.windows.net
%test.quarkus.rest-client.auth-data-repository.url=https://milconf.blob.core.windows.net
%prod.quarkus.rest-client.auth-data-repository.url=${auth.data.url}
%prod.quarkus.rest-client.auth-data-repository.url=${auth.data.url}

#
# TTL for the authorization data cache
#
quarkus.cache.caffeine.expire-after-write=1h

0 comments on commit e3bfab1

Please sign in to comment.