feat: change base_url

This commit is contained in:
Syaroful 2024-12-30 11:06:39 +07:00
parent a7e5572912
commit 39989fa8a0

View File

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