Skip to content

Commit

Permalink
Delete redundant property
Browse files Browse the repository at this point in the history
  • Loading branch information
MarianConstantinMarica committed Nov 17, 2024
1 parent 618a396 commit 6b903b6
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 19 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,6 @@ spring:
import: optional:configserver:${CONFIG_SERVER_URL:http://localhost:8888/}


management:
endpoints:
web:
exposure:
include: health


---
spring:
config:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,6 @@ spring:
profiles:
active: production

management:
endpoints:
web:
exposure:
include: health


---
spring:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,6 @@ spring:
config:
import: optional:configserver:${CONFIG_SERVER_URL:http://localhost:8888/}

management:
endpoints:
web:
exposure:
include: health


---
spring:
Expand Down

0 comments on commit 6b903b6

Please sign in to comment.