update port
This commit is contained in:
parent
a06ceb7453
commit
d633652b8c
|
@ -37,7 +37,7 @@ public class ServerDiscovery {
|
||||||
if let port = components?.port {
|
if let port = components?.port {
|
||||||
return port
|
return port
|
||||||
}
|
}
|
||||||
return 8096
|
return 7359
|
||||||
}
|
}
|
||||||
|
|
||||||
enum CodingKeys: String, CodingKey {
|
enum CodingKeys: String, CodingKey {
|
||||||
|
|
Loading…
Reference in New Issue