Skip to content

Commit

Permalink
chore: move some properties
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentC35 committed Jan 26, 2024
1 parent 4f24b55 commit b5520ff
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions src/main/resources/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,13 @@ feature:
role-claim: 'role-claim' # can be a json Path like 'deep.value.to.roles'
swagger:
enabled: true
proxy:
enabled: false
url:
port:
debug:
webclient: false


springdoc:
swagger-ui:
Expand All @@ -78,12 +85,6 @@ springdoc:
doc-expansion: none

application:
debug:
webclient: false
proxy:
enable: false
url:
port:
public-urls:
- /swagger-ui/**
- /v3/api-docs/**
Expand Down

0 comments on commit b5520ff

Please sign in to comment.