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.

13 lines
295 B
YAML

Name: gift.rpc
ListenOn: 127.0.0.1:10000
DB:
DataSource: root:root@tcp(192.168.1.100:3306)/dmgame?charset=utf8mb4&loc=Asia%2FShanghai&parseTime=true
Etcd:
Hosts:
- 127.0.0.1:2379
Key: gift.rpc
Gift:
Kafka:
Addr: [ "127.0.0.1:9093" ]
Topic: "gift"
ConsumerGroupId: "msgToDb"