Skip to content

Commit

Permalink
调整链路追踪的字段
Browse files Browse the repository at this point in the history
  • Loading branch information
steden committed Dec 26, 2023
1 parent 45ea93f commit a5f7432
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/init_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ import (

func init() {
// 设置配置默认值,模拟配置文件
configure.SetDefault("Etcd.default", "Server=127.0.0.1:2379|127.0.0.1:2379,DialTimeout=5000")
configure.SetDefault("Etcd.default", "ConsumerServer=127.0.0.1:2379|127.0.0.1:2379,DialTimeout=5000")
fs.Initialize[etcd.Module]("test etcd")
}

0 comments on commit a5f7432

Please sign in to comment.