update for release1

This commit is contained in:
Mohamed Nouffer
2022-09-27 17:52:54 +05:30
parent 904dd358f7
commit 0ca322e278
4 changed files with 101 additions and 51 deletions

View File

@ -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;
}
}