2019-06-12 14:20:00 +08:00
|
|
|
|
2019-06-24 18:24:16 +08:00
|
|
|
spring.application.name=gateway
|
2019-08-12 18:49:05 +08:00
|
|
|
|
2019-08-13 18:28:05 +08:00
|
|
|
# app.id=gateway
|
|
|
|
# apollo.meta=http://localhost:8180
|
|
|
|
# local.meta=http://localhost:8180
|
|
|
|
# dev.meta=http://localhost:8180
|
|
|
|
# fat.meta=http://localhost:8180
|
|
|
|
# uat.meta=http://localhost:8180
|
|
|
|
# lpt.meta=http://localhost:8180
|
|
|
|
# pro.meta=http://localhost:8180
|
|
|
|
# eureka.instance.ip-address=http://localhost:8180
|
|
|
|
|
2019-08-12 18:49:05 +08:00
|
|
|
|
2019-06-24 18:24:16 +08:00
|
|
|
dubbo.scan.base-packages=cn.ecpark.service.usergw.impl
|
|
|
|
dubbo.protocol.name=dubbo
|
2019-06-27 18:55:51 +08:00
|
|
|
dubbo.protocol.port=20999
|
2019-06-24 18:24:16 +08:00
|
|
|
dubbo.registry.address=zookeeper://127.0.0.1:2181
|
2019-07-01 18:30:03 +08:00
|
|
|
dubbo.config-center.address=zookeeper://127.0.0.1:2181
|
|
|
|
dubbo.metadata-report.address=zookeeper://127.0.0.1:2181
|
2019-06-24 18:24:16 +08:00
|
|
|
server.port=8888
|
2019-06-28 18:52:20 +08:00
|
|
|
|
2019-07-01 18:30:03 +08:00
|
|
|
# logging.level.org.springframework.cloud.gateway=debug
|
2019-07-03 18:43:12 +08:00
|
|
|
logging.file=logs/log
|
2019-07-09 18:01:30 +08:00
|
|
|
yame.config=gateway.yaml
|
|
|
|
|
2019-08-12 18:49:05 +08:00
|
|
|
|
|
|
|
|