mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2025-12-09 04:56:53 +03:00
Update configuration management
This commit is contained in:
@@ -5,10 +5,10 @@ function gethost_Version(){
|
||||
|
||||
function getbasepath(){
|
||||
var host = window.location.hostname;
|
||||
if (host == "127.0.0.1")
|
||||
if ((host == "127.0.0.1") || (host == "localhost"))
|
||||
{
|
||||
host = "http://192.168.178.26"; // jomjol interner test
|
||||
// host = "http://192.168.178.22"; // jomjol interner Real
|
||||
// host = "http://192.168.178.26"; // jomjol interner test
|
||||
host = "http://192.168.178.22"; // jomjol interner Real
|
||||
// host = "."; // jomjol interner localhost
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user