12 July 2024

This commit is contained in:
2024-07-12 13:06:20 +02:00
parent 4923f0f426
commit e14d2565cb
292 changed files with 791 additions and 5214 deletions

View File

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