feat: change base_url
This commit is contained in:
parent
a7e5572912
commit
39989fa8a0
|
|
@ -2,7 +2,7 @@ class AppConstant {
|
||||||
static const String appName = 'Kebun Pintar';
|
static const String appName = 'Kebun Pintar';
|
||||||
static const String appVersion = '1.0.0';
|
static const String appVersion = '1.0.0';
|
||||||
|
|
||||||
static const String baseUrl = 'http://54.196.58.97:3333';
|
static const String baseUrl = 'http://192.168.60.108';
|
||||||
|
|
||||||
static const String mqttServer = 'armadillo.rmq.cloudamqp.com';
|
static const String mqttServer = 'armadillo.rmq.cloudamqp.com';
|
||||||
static const String mqttUsername = 'obyskxhx:obyskxhx';
|
static const String mqttUsername = 'obyskxhx:obyskxhx';
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user