Enable android dev and prod
This commit is contained in:
parent
443eff9ed1
commit
e67f1932fc
38 changed files with 57 additions and 43 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue