12 July 2024
This commit is contained in:
4
Frontend/patient_manager/lib/env/env.dart
vendored
4
Frontend/patient_manager/lib/env/env.dart
vendored
@@ -16,8 +16,8 @@ abstract class AppEnviroment {
|
||||
}
|
||||
case Enviroment.prod:
|
||||
{
|
||||
baseApiUrl = "api";
|
||||
baseFileUrl = "minio";
|
||||
baseApiUrl = "http://MIH_API_Hub:80";
|
||||
baseFileUrl = "http://MIH_Minio:9000";
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user