新增stun服务

This commit is contained in:
zyj
2025-09-02 16:15:08 +08:00
parent 7371d04216
commit 68e606263b
4 changed files with 144 additions and 0 deletions

View File

@@ -12,6 +12,7 @@ type AppConfig struct {
WorkerID int64 `yaml:"workerID"`
DatacenterID int64 `yaml:"datacenterID"`
GrpcUrl string `yaml:"grpcUrl"`
StunPort string `yaml:"stunPort"`
}
type DatabaseConfig struct {