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.
17 lines
338 B
YAML
17 lines
338 B
YAML
Name: gift.rpc
|
|
ListenOn: 127.0.0.1:10002
|
|
DB:
|
|
DataSource: root:root@tcp(127.0.0.1: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"
|
|
Log:
|
|
Mode: file
|
|
KeepDays: 7
|
|
Level: error |