12 July 2024
This commit is contained in:
parent
4923f0f426
commit
e14d2565cb
292 changed files with 791 additions and 5214 deletions
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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue