update app env and nginx to cater for minio
This commit is contained in:
parent
9189201229
commit
e7862d1638
5 changed files with 15 additions and 6 deletions
4
Frontend/patient_manager/lib/env/env.dart
vendored
4
Frontend/patient_manager/lib/env/env.dart
vendored
|
|
@ -17,8 +17,8 @@ abstract class AppEnviroment {
|
|||
}
|
||||
case Enviroment.prod:
|
||||
{
|
||||
baseApiUrl = "http://mzansi-innovation-hub.co.za/api";
|
||||
baseFileUrl = "http://mzansi-innovation-hub.co.za:9000";
|
||||
baseApiUrl = "https://mzansi-innovation-hub.co.za/api";
|
||||
baseFileUrl = "https://mzansi-innovation-hub.co.za/files";
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue