29 lines
741 B
Properties
29 lines
741 B
Properties
|
|
spring.application.name=gateway
|
|
|
|
# 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
|
|
|
|
|
|
dubbo.scan.base-packages=cn.ecpark.service.usergw.impl
|
|
dubbo.protocol.name=dubbo
|
|
dubbo.protocol.port=20999
|
|
dubbo.registry.address=zookeeper://127.0.0.1:2181
|
|
dubbo.config-center.address=zookeeper://127.0.0.1:2181
|
|
dubbo.metadata-report.address=zookeeper://127.0.0.1:2181
|
|
server.port=8888
|
|
|
|
# logging.level.org.springframework.cloud.gateway=debug
|
|
logging.file=logs/log
|
|
yame.gateway.config=gateway.yaml
|
|
|
|
|
|
|