Skip to content

Commit

Permalink
build($Consul): move uncommon configuration to application its own co…
Browse files Browse the repository at this point in the history
…nfiguration
  • Loading branch information
johnnymillergh committed Feb 3, 2022
1 parent f6ee089 commit ee9065e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spring:
profiles:
active: @environment@
config:
import: "consul:${spring.cloud.consul.host}:${spring.cloud.consul.port}"
import: consul:${spring.cloud.consul.host}:${spring.cloud.consul.port}
cloud:
# https://docs.spring.io/spring-cloud-consul/docs/current/reference/html/index.html#spring-cloud-consul-config
consul:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,7 @@ maf:
- "auth-center"
excel:
maximum-row-count: 3000

logging:
level:
org.springframework.boot.context.config: TRACE

0 comments on commit ee9065e

Please sign in to comment.