changes in order track file
This commit is contained in:
@@ -1,4 +1,8 @@
|
||||
// class ApiConfig {
|
||||
// static const String baseUrl = "http://103.248.30.24:3030/api";
|
||||
// static const String fileBaseUrl = "http://103.248.30.24:3030/";
|
||||
// }
|
||||
class ApiConfig {
|
||||
static const String baseUrl = "http://192.168.0.105:8000/api";
|
||||
static const String fileBaseUrl = "http://192.168.0.105:8000/";
|
||||
static const String baseUrl = "http://10.202.215.164:8000/api";
|
||||
static const String fileBaseUrl = "http://10.202.215.164:8000/";
|
||||
}
|
||||
|
||||
@@ -6,7 +6,7 @@ class AppConfig {
|
||||
static const String logoUrlEmulator = "http://10.0.2.2:8000/images/kent_logo2.png";
|
||||
|
||||
// For Physical Device (Replace with your actual PC local IP)
|
||||
static const String logoUrlDevice = "http://192.168.0.105:8000/images/kent_logo2.png";
|
||||
static const String logoUrlDevice = "http://10.202.215.164:8000/images/kent_logo2.png";
|
||||
|
||||
// Which one to use?
|
||||
static const String logoUrl = logoUrlDevice; // CHANGE THIS WHEN TESTING ON REAL DEVICE
|
||||
|
||||
Reference in New Issue
Block a user