Files
fizz-gateway-node/src/main/resources/application.yml

28 lines
634 B
YAML
Raw Normal View History

2020-09-02 18:35:03 +08:00
#apollo:
# bootstrap:
# enabled: true
# namespaces: application
# eagerLoad:
# enabled: true
spring.profiles.active: dev
server.port: 8600
eureka.instance.prefer-ip-address: true
eureka.client.serviceUrl.defaultZone: http://localhost:6600/eureka/
spring.application.name: fizz-gateway
spring.cloud.loadbalancer.ribbon.enabled: false
aggregate.redis.host: localhost
aggregate.redis.port: 6379
aggregate.redis.password: 123456
2020-10-20 10:05:26 +08:00
aggregate.redis.database: 10
2020-09-02 18:35:03 +08:00
proxy-webclient.name: proxy
aggr-webclient.name: aggr
fizz-web-client.timeout: 20000
log.headers: COOKIE,FIZZ-APPID,FIZZ-SECRETKEY,FIZZ-SIGN,FIZZ-TS,FIZZ-RSV