Enable android dev and prod

This commit is contained in:
2024-12-06 10:17:25 +02:00
parent 443eff9ed1
commit e67f1932fc
38 changed files with 57 additions and 43 deletions

View File

@@ -123,7 +123,7 @@ async def pull_File_from_user(app_id: str, folder: str, file_name: str, env: str
if(env == "Dev"):
return {
# 10.0.2.2
"minioURL": f"http://localhost:9000/mih/{app_id}/{folder}/{file_name}",
"minioURL": f"http://10.0.2.2:9000/mih/{app_id}/{folder}/{file_name}",#"http://localhost:9000/mih/{app_id}/{folder}/{file_name}",
}
else:
return {