Start, stop, and update config from main webserver
This commit is contained in:
@@ -80,8 +80,8 @@ public class POC implements Runnable{
|
||||
|
||||
|
||||
String dbHostname = "localhost";
|
||||
if (args.length > 3){
|
||||
dbHostname = args[3];
|
||||
if (args.length > 2){
|
||||
dbHostname = args[2];
|
||||
}
|
||||
|
||||
if (args.length == 1){
|
||||
|
||||
Reference in New Issue
Block a user