Skip to content

Commit

Permalink
Merge pull request #74 from InseeFr/fix/actuator
Browse files Browse the repository at this point in the history
Fix/actuator
  • Loading branch information
laurentC35 authored Jan 26, 2024
2 parents cb27825 + 13c15b8 commit 5a02eb9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>fr.insee</groupId>
<artifactId>public-enemy-api</artifactId>
<version>2.2.0</version>
<version>2.2.1</version>
<packaging>jar</packaging>

<name>public-enemy-api</name>
Expand Down
10 changes: 5 additions & 5 deletions src/main/resources/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ server:

# LOGGING
logging:
file:
path: /var/log
name: publicenemy/publicenemy.log
maxHistory: 365
# file:
# path: /var/log
# name: publicenemy/publicenemy.log
# maxHistory: 365
level:
root: INFO
org:
Expand Down Expand Up @@ -73,7 +73,6 @@ feature:
debug:
webclient: false


springdoc:
swagger-ui:
oauth:
Expand All @@ -86,6 +85,7 @@ springdoc:

application:
public-urls:
- /actuator/**
- /swagger-ui/**
- /v3/api-docs/**
- /api/healthcheck
Expand Down

0 comments on commit 5a02eb9

Please sign in to comment.