Skip to content

Commit

Permalink
Revert "调整链路追踪的字段"
Browse files Browse the repository at this point in the history
This reverts commit 0024d67.
  • Loading branch information
steden committed Dec 26, 2023
1 parent 0024d67 commit aff8584
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions module.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ func (module Module) DependsModule() []modules.FarseerModule {
func (module Module) PreInitialize() {
// 服务端配置
defaultServer = serverVO{
Address: configure.GetSlice("FSchedule.ConsumerServer.Address"),
Token: configure.GetString("FSchedule.ConsumerServer.Token"),
Address: configure.GetSlice("FSchedule.Server.Address"),
Token: configure.GetString("FSchedule.Server.Token"),
}

// 客户端配置
Expand Down

0 comments on commit aff8584

Please sign in to comment.