mirror of
https://github.com/2OOP/pism.git
synced 2026-02-04 10:54:51 +00:00
Default local server values
This commit is contained in:
committed by
GitHub
parent
a8e09f6775
commit
1df97f990c
@@ -181,7 +181,7 @@ public class Server extends Thread {
|
|||||||
try {
|
try {
|
||||||
new Server(ServerBackend.valueOf(backend.toUpperCase()), ip, port).start();
|
new Server(ServerBackend.valueOf(backend.toUpperCase()), ip, port).start();
|
||||||
} catch (IllegalArgumentException e) {
|
} catch (IllegalArgumentException e) {
|
||||||
new Server(ServerBackend.LOCAL, ip, port).start();
|
new Server(ServerBackend.LOCAL, "127.0.0.1", "5001").start();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user