【解决冲突】

This commit is contained in:
weizhihong 2023-07-26 18:00:00 +08:00
parent 6f2bb4a106
commit d4f5915a7a
1 changed files with 2 additions and 3 deletions

View File

@ -32,7 +32,7 @@ type log struct {
Compress bool // 是否压缩日志
Stdout bool // 是否输出到控制台
}
<<<<<<< HEAD
type messaging struct {
Centrifugo centrifugo
}
@ -41,11 +41,10 @@ type centrifugo struct {
ApiKey string
ApiEndpoint string
Address string
=======
}
type dynamics struct {
UdpLocalPort int
UdpRemoteAddr string
>>>>>>> a435ec7520b6fab654c7e0b9ece87920ee534ba9
}
var Config AppConfig