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