mirror of
https://github.com/Qortal/qortal.git
synced 2025-02-14 11:15:49 +00:00
Removed redundant uiLocalServers
This commit is contained in:
parent
3022cb22d6
commit
3071ef2f36
@ -52,7 +52,7 @@ public class Settings {
|
|||||||
// UI servers
|
// UI servers
|
||||||
private int uiPort = 12388;
|
private int uiPort = 12388;
|
||||||
private String[] uiLocalServers = new String[] {
|
private String[] uiLocalServers = new String[] {
|
||||||
"localhost", "127.0.0.1", "172.24.1.1", "qor.tal"
|
"localhost", "127.0.0.1"
|
||||||
};
|
};
|
||||||
private String[] uiRemoteServers = new String[] {
|
private String[] uiRemoteServers = new String[] {
|
||||||
"node1.qortal.org", "node2.qortal.org", "node3.qortal.org", "node4.qortal.org", "node5.qortal.org",
|
"node1.qortal.org", "node2.qortal.org", "node3.qortal.org", "node4.qortal.org", "node5.qortal.org",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user