You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
691 B
YAML

dubbo:
registries:
demoZK:
protocol: zookeeper
address: zookeeper:2181
protocols:
triple:
name: tri
port: 20003
provider:
services:
ApprovalProvider:
interface: com.fontree.microservices.common.Approval # must be compatible with grpc or dubbo-java
auth: "true"
filter: echo,metrics,token,accesslog,tps,generic_service,execute,pshutdown,auth,fonValidateFilter
params:
.accessKeyId: "SYD8-Approval-12"
.secretAccessKey: "Al-Approval-FDF1"
logger:
lumberjack-config:
filename: logs.log
maxsize: 1
maxage: 3
maxbackups: 5
localtime: true
compress: true