update enviroment api base url
This commit is contained in:
4
Frontend/patient_manager/lib/env/env.dart
vendored
4
Frontend/patient_manager/lib/env/env.dart
vendored
@@ -11,13 +11,13 @@ abstract class AppEnviroment {
|
|||||||
switch (env) {
|
switch (env) {
|
||||||
case Enviroment.dev:
|
case Enviroment.dev:
|
||||||
{
|
{
|
||||||
baseApiUrl = "http://localhost:81";
|
baseApiUrl = "http://localhost:8080";
|
||||||
baseFileUrl = "http://localhost:9000";
|
baseFileUrl = "http://localhost:9000";
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
case Enviroment.prod:
|
case Enviroment.prod:
|
||||||
{
|
{
|
||||||
baseApiUrl = "http://MIH_API_Hub:81";
|
baseApiUrl = "http://mzansi-innovation-hub.co.za:8080";
|
||||||
baseFileUrl = "http://MIH_Minio:9000";
|
baseFileUrl = "http://MIH_Minio:9000";
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user