из конфига убрал домен, так как это не нужно
parent
9c43e3694f
commit
dc2c414e26
|
@ -28,11 +28,10 @@ type pathsConfig struct {
|
|||
}
|
||||
|
||||
type serverConfig struct {
|
||||
LocalIP string `json:"local_ip"`
|
||||
LocalPort string `json:"local_port"`
|
||||
ServerIP string `json:"server_ip"`
|
||||
ServerPort string `json:"server_port"`
|
||||
ServerDomain string `json:"server_domain"`
|
||||
LocalIP string `json:"local_ip"`
|
||||
LocalPort string `json:"local_port"`
|
||||
ServerIP string `json:"server_ip"`
|
||||
ServerPort string `json:"server_port"`
|
||||
}
|
||||
|
||||
type lastFMConfig struct {
|
||||
|
|
Loading…
Reference in New Issue