update for release1
This commit is contained in:
@ -5,9 +5,9 @@ class ConstValues{
|
||||
static const server_uri = "http://container.intranet.sumasen.net:8100";
|
||||
static const dev_server = "http://localhost:8100";
|
||||
static const dev_ip_server = "http://192.168.8.100:8100";
|
||||
static const dev_home_ip_server = "http://192.168.1.10:8100";
|
||||
static const dev_home_ip_server = "http://172.20.10.9:8100";
|
||||
|
||||
static String currentServer(){
|
||||
return server_uri;
|
||||
return dev_home_ip_server;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user