16 lines
279 B
YAML
16 lines
279 B
YAML
spring:
|
|
cloud:
|
|
consul:
|
|
host: ${CONSUL_HOST:consul}
|
|
port: ${CONSUL_PORT:8500}
|
|
|
|
gateway:
|
|
cors:
|
|
allowed-origins: ${CORS_ORIGINS:https://balexvic.com}
|
|
|
|
logging:
|
|
level:
|
|
root: WARN
|
|
com.posthub.gateway: INFO
|
|
org.springframework.cloud.gateway: WARN
|