Updated IP Address

This commit is contained in:
2015-01-30 12:29:05 +01:00
parent 274ffe1ba2
commit 8280ae82b4
+2 -2
View File
@@ -25,7 +25,7 @@ public class WeerstationConnector
public WeerstationConnector()
{
this("84.24.41.72","5329","aws_data","aws","aws");
this("145.48.203.28","5329","aws_data","aws","aws");
}
//Start connection with Databse
@@ -696,4 +696,4 @@ public class WeerstationConnector
super.finalize();
}
}
}